]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
fbdev: Fix typo in Kconfig text for FB_DEVICE
authorDaniel Palmer <daniel.palmer@sony.com>
Fri, 25 Jul 2025 05:30:57 +0000 (14:30 +0900)
committerHelge Deller <deller@gmx.de>
Sun, 27 Jul 2025 17:56:51 +0000 (19:56 +0200)
Seems like someone hit 'c' when they meant to hit 'd'.

Signed-off-by: Daniel Palmer <daniel.palmer@sony.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/core/Kconfig

index 4abe12db759456ca68f20ea949ed34b41e0343b3..413cbfac569d9f0c8a7a85d0a7f6f0e7d940fec3 100644 (file)
@@ -31,7 +31,7 @@ config FB_DEVICE
        default FB
        help
          Say Y here if you want the legacy /dev/fb* device file and
-         interfaces within sysfs anc procfs. It is only required if you
+         interfaces within sysfs and procfs. It is only required if you
          have userspace programs that depend on fbdev for graphics output.
          This does not affect the framebuffer console. If unsure, say N.