All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [STYLE]staging:braille:braille_console.c [1/2]
@ 2016-11-11  1:12 Walt Feasel
  2016-11-14 14:29 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Walt Feasel @ 2016-11-11  1:12 UTC (permalink / raw)
  To: devel; +Cc: linux-kernel, gregkh, Walt Feasel

Made suggested modifications from checkpatch in reference
to ERROR: Use 4 digit octal (0777) not decimal permissions

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
---
 drivers/accessibility/braille/braille_console.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/accessibility/braille/braille_console.c b/drivers/accessibility/braille/braille_console.c
index dc34a5b..7ac3d5f 100644
--- a/drivers/accessibility/braille/braille_console.c
+++ b/drivers/accessibility/braille/braille_console.c
@@ -45,7 +45,7 @@ MODULE_LICENSE("GPL");
 
 /* Emit various sounds */
 static bool sound;
-module_param(sound, bool, 0);
+module_param(sound, bool, 0000);
 MODULE_PARM_DESC(sound, "emit sounds");
 
 static void beep(unsigned int freq)
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-14 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11  1:12 [PATCH] [STYLE]staging:braille:braille_console.c [1/2] Walt Feasel
2016-11-14 14:29 ` Greg KH

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.