fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment

A comment in drivers/video/fbdev/core/fbcon.c incorrectly refers to
CONFIG_MISC_TILEBLITTING instead of CONFIG_FB_TILEBLITTING. Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Ethan Nelson-Moore 2026-06-08 20:35:02 -07:00 committed by Helge Deller
parent 470ea955a1
commit f5c147fda9

View File

@ -768,7 +768,7 @@ static int fbcon_invalid_charcount(struct fb_info *info, unsigned charcount)
return 0;
}
#endif /* CONFIG_MISC_TILEBLITTING */
#endif /* CONFIG_FB_TILEBLITTING */
static void fbcon_release(struct fb_info *info)
{