git: 056e270e26ea - stable/14 - dmar(9): style, fix indent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jan 2024 00:41:51 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=056e270e26ea5947879e83e684afbad10ace98b2 commit 056e270e26ea5947879e83e684afbad10ace98b2 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-12-15 11:24:44 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-01-02 00:41:38 +0000 dmar(9): style, fix indent (cherry picked from commit 7153d5e4bc67732f8258d50ffffa42a09a19b427) --- sys/x86/iommu/intel_drv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/x86/iommu/intel_drv.c b/sys/x86/iommu/intel_drv.c index e5c7416b2127..274ba566ad23 100644 --- a/sys/x86/iommu/intel_drv.c +++ b/sys/x86/iommu/intel_drv.c @@ -1018,10 +1018,10 @@ dmar_inst_rmrr_iter(ACPI_DMAR_HEADER *dmarh, void *arg) if (bootverbose) { printf("dmar%d no dev found for RMRR " "[%#jx, %#jx] rid %#x scope path ", - iria->dmar->iommu.unit, - (uintmax_t)resmem->BaseAddress, - (uintmax_t)resmem->EndAddress, - rid); + iria->dmar->iommu.unit, + (uintmax_t)resmem->BaseAddress, + (uintmax_t)resmem->EndAddress, + rid); dmar_print_path(devscope->Bus, dev_path_len, (const ACPI_DMAR_PCI_PATH *)(devscope + 1)); printf("\n");