Re: [PATCH] fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
From: Helge Deller <deller@gmx.de>
Date: 2026-06-09 09:13:03
From: Helge Deller <deller@gmx.de>
Date: 2026-06-09 09:13:03
On 6/9/26 08:16, Thomas Zimmermann wrote:
Am 09.06.26 um 05:35 schrieb Ethan Nelson-Moore:quoted
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 <redacted>Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
applied. Thanks! Helge