public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: media/lirc: lirc_zilog.c : fixed a string split in multi-line issue
@ 2016-03-01 18:47 RitwikGopi
  0 siblings, 0 replies; only message in thread
From: RitwikGopi @ 2016-03-01 18:47 UTC (permalink / raw)
  To: jarod; +Cc: mchehab, gregkh, linux-media, ritwikgopi

Fixed a quoted string split in to multiple line issue(Actually fixed 2 warnings since it was split in to 3 lines.)

Signed-off-by: Ritwik G <ritwikgopi@gmail.com>
---
 drivers/staging/media/lirc/lirc_zilog.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/staging/media/lirc/lirc_zilog.c b/drivers/staging/media/lirc/lirc_zilog.c
index ce3b5f2..3551aed 100644
--- a/drivers/staging/media/lirc/lirc_zilog.c
+++ b/drivers/staging/media/lirc/lirc_zilog.c
@@ -1680,9 +1680,7 @@ module_init(zilog_init);
 module_exit(zilog_exit);
 
 MODULE_DESCRIPTION("Zilog/Hauppauge infrared transmitter driver (i2c stack)");
-MODULE_AUTHOR("Gerd Knorr, Michal Kochanowicz, Christoph Bartelmus, "
-	      "Ulrich Mueller, Stefan Jahn, Jerome Brock, Mark Weaver, "
-	      "Andy Walls");
+MODULE_AUTHOR("Gerd Knorr, Michal Kochanowicz, Christoph Bartelmus, Ulrich Mueller, Stefan Jahn, Jerome Brock, Mark Weaver, Andy Walls");
 MODULE_LICENSE("GPL");
 /* for compat with old name, which isn't all that accurate anymore */
 MODULE_ALIAS("lirc_pvr150");
-- 
2.5.0


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

only message in thread, other threads:[~2016-03-01 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 18:47 [PATCH] Staging: media/lirc: lirc_zilog.c : fixed a string split in multi-line issue RitwikGopi

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