Skip to content

Commit e101ea9

Browse files
committed
FreeBSD: i915: Add missing space
Add the missing space between package name suggestion and the rest of the sentence. Reported by: arrowd Sponsored by: Beckhoff Automation GmbH & Co. KG
1 parent d860244 commit e101ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/display/intel_dmc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ static void dmc_load_work_fn(struct work_struct *work)
651651
INTEL_UC_FIRMWARE_URL);
652652
#elif defined(__FreeBSD__)
653653
drm_notice(&dev_priv->drm, "Run pkg install gpu-firmware-kmod" \
654-
"to install it\n");
654+
" to install it\n");
655655
#endif
656656
}
657657

0 commit comments

Comments
 (0)