Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH] [media] sony-btf-mpx: Drop needless newline in param description
@ 2013-05-15 21:56 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2013-05-15 21:56 UTC (permalink / raw)
  To: Linux Media; +Cc: Mauro Carvalho Chehab, Hans Verkuil

Module parameter descriptions need not be terminated with a newline.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Hans Verkuil <hans.verkuil@cisco.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 drivers/media/i2c/sony-btf-mpx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.10-rc1.orig/drivers/media/i2c/sony-btf-mpx.c	2013-05-13 15:27:46.176134998 +0200
+++ linux-3.10-rc1/drivers/media/i2c/sony-btf-mpx.c	2013-05-15 23:28:55.519803198 +0200
@@ -30,7 +30,7 @@ MODULE_LICENSE("GPL v2");
 
 static int debug;
 module_param(debug, int, 0644);
-MODULE_PARM_DESC(debug, "debug level 0=off(default) 1=on\n");
+MODULE_PARM_DESC(debug, "debug level 0=off(default) 1=on");
 
 /* #define MPX_DEBUG */
 


-- 
Jean Delvare

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

only message in thread, other threads:[~2013-05-15 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 21:56 [PATCH] [media] sony-btf-mpx: Drop needless newline in param description Jean Delvare

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