Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: media: av7110: remove commented out macro
@ 2026-06-18 19:49 Joyeta Modak
  0 siblings, 0 replies; only message in thread
From: Joyeta Modak @ 2026-06-18 19:49 UTC (permalink / raw)
  To: mchehab, gregkh; +Cc: linux-media, linux-staging, linux-kernel, Joyeta Modak

av7110_ir.c contains MODULE_AUTHOR() and MODULE_LICENSE() commented
out. This file is compiled into dvb-ttpci.ko (dvb-ttpci-objs +=
av7110_ir.o in Makefile), and the MODULE_LICENSE(), MODULE_AUTHOR()
and MODULE_DESCRIPTION() are declared in av7110.c.

These commented out lines are unchanged since before kernel moved to git
which was checked using git log. Removing them will clean up the file.

Signed-off-by: Joyeta Modak <joyetamdk@gmail.com>
---
 drivers/staging/media/av7110/av7110_ir.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/media/av7110/av7110_ir.c b/drivers/staging/media/av7110/av7110_ir.c
index fdae467fd..e84f9353b 100644
--- a/drivers/staging/media/av7110/av7110_ir.c
+++ b/drivers/staging/media/av7110/av7110_ir.c
@@ -154,5 +154,3 @@ void av7110_ir_exit(struct av7110 *av7110)
 	rc_free_device(av7110->ir.rcdev);
 }
 
-//MODULE_AUTHOR("Holger Waechtler <holger@convergence.de>, Oliver Endriss <o.endriss@gmx.de>");
-//MODULE_LICENSE("GPL");
-- 
2.53.0


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

only message in thread, other threads:[~2026-06-18 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-18 19:49 [PATCH] staging: media: av7110: remove commented out macro Joyeta Modak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox