All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] media: dvb: correct CONFIG_DVB_S5H1432 macro name in #endif comment
@ 2026-06-15 22:51 Ethan Nelson-Moore
  0 siblings, 0 replies; only message in thread
From: Ethan Nelson-Moore @ 2026-06-15 22:51 UTC (permalink / raw)
  To: GitAuthor: Ethan Nelson-Moore, linux-media; +Cc: Mauro Carvalho Chehab

A comment in drivers/media/dvb-frontends/s5h1432.h incorrectly refers
to CONFIG_DVB_s5h1432 (lowercase) instead of CONFIG_DVB_S5H1432.
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>
---
Changes in v2: Add Signed-off-by

 drivers/media/dvb-frontends/s5h1432.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/s5h1432.h b/drivers/media/dvb-frontends/s5h1432.h
index f031c0654e47..d61ccbf07910 100644
--- a/drivers/media/dvb-frontends/s5h1432.h
+++ b/drivers/media/dvb-frontends/s5h1432.h
@@ -71,6 +71,6 @@ static inline struct dvb_frontend *s5h1432_attach(const struct s5h1432_config
 	printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
 	return NULL;
 }
-#endif /* CONFIG_DVB_s5h1432 */
+#endif /* CONFIG_DVB_S5H1432 */
 
 #endif /* __s5h1432_H__ */
-- 
2.43.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 22:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 22:51 [PATCH v2] media: dvb: correct CONFIG_DVB_S5H1432 macro name in #endif comment Ethan Nelson-Moore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.