* [PATCH] fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
@ 2026-06-09 3:35 Ethan Nelson-Moore
2026-06-09 6:16 ` Thomas Zimmermann
0 siblings, 1 reply; 3+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-09 3:35 UTC (permalink / raw)
To: linux-fbdev
Cc: Ethan Nelson-Moore, Helge Deller, Thomas Zimmermann,
Simona Vetter
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>
---
drivers/video/fbdev/core/fbcon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/core/fbcon.c b/drivers/video/fbdev/core/fbcon.c
index b0e3e765360d..07eab2729895 100644
--- a/drivers/video/fbdev/core/fbcon.c
+++ b/drivers/video/fbdev/core/fbcon.c
@@ -769,7 +769,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)
{
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
2026-06-09 3:35 [PATCH] fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment Ethan Nelson-Moore
@ 2026-06-09 6:16 ` Thomas Zimmermann
2026-06-09 9:13 ` Helge Deller
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Zimmermann @ 2026-06-09 6:16 UTC (permalink / raw)
To: Ethan Nelson-Moore, linux-fbdev; +Cc: Helge Deller, Simona Vetter
Am 09.06.26 um 05:35 schrieb Ethan Nelson-Moore:
> 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>
> ---
> drivers/video/fbdev/core/fbcon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/core/fbcon.c b/drivers/video/fbdev/core/fbcon.c
> index b0e3e765360d..07eab2729895 100644
> --- a/drivers/video/fbdev/core/fbcon.c
> +++ b/drivers/video/fbdev/core/fbcon.c
> @@ -769,7 +769,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)
> {
--
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
2026-06-09 6:16 ` Thomas Zimmermann
@ 2026-06-09 9:13 ` Helge Deller
0 siblings, 0 replies; 3+ messages in thread
From: Helge Deller @ 2026-06-09 9:13 UTC (permalink / raw)
To: Thomas Zimmermann, Ethan Nelson-Moore, linux-fbdev; +Cc: Simona Vetter
On 6/9/26 08:16, Thomas Zimmermann wrote:
> Am 09.06.26 um 05:35 schrieb Ethan Nelson-Moore:
>> 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>
applied.
Thanks!
Helge
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-09 9:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 3:35 [PATCH] fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment Ethan Nelson-Moore
2026-06-09 6:16 ` Thomas Zimmermann
2026-06-09 9:13 ` Helge Deller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox