Skip to content

Commit 12a700a

Browse files
committed
drm/i915: Remove trailing spaces in intel_freebsd.c
While here: * Add a space between a variable and the `+` operator. * Rename one `__notyet` to `__notyet__`.
1 parent 768ca6c commit 12a700a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/gpu/drm/i915/intel_freebsd.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,25 @@ intel_enable_gtt(void)
6767
return false;
6868
}
6969
}
70-
#endif
70+
#endif
7171

7272
/*
7373
* On the resume path we may be adjusting the PGTBL value, so
7474
* be paranoid and flush all chipset write buffers...
7575
*/
7676
if (INTEL_GTT_GEN >= 3)
77-
writel(0, intel_private.registers+ GFX_FLSH_CNTL_BSD);
77+
writel(0, intel_private.registers + GFX_FLSH_CNTL_BSD);
7878

7979
reg = intel_private.registers + AGP_I810_PGTBL_CTL;
8080
writel(intel_private.PGTBL_save, reg);
81-
#ifdef __notyet
81+
#ifdef __notyet__
8282
if (HAS_PGTBL_EN && (readl(reg) & AGP_I810_PGTBL_ENABLED) == 0) {
8383
dev_err(&intel_private.pcidev->dev,
8484
"failed to enable the GTT: PGTBL=%x [expected %x]\n",
8585
readl(reg), intel_private.PGTBL_save);
8686
return false;
8787
}
88-
#endif
88+
#endif
8989

9090
if (INTEL_GTT_GEN >= 3)
9191
writel(0, intel_private.registers + GFX_FLSH_CNTL_BSD);

0 commit comments

Comments
 (0)