mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Walt <waltfeasel@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Walt <waltfeasel@gmail.com>
Subject: [PATCH] [STYLE] staging:braille ERROR: Use 4 digit octal
Date: Wed,  9 Nov 2016 20:16:25 -0500	[thread overview]
Message-ID: <1478740585-3131-1-git-send-email-waltfeasel@gmail.com> (raw)

Fixed one 48: ERROR: Use 4 digit octal (0777) not decimal permissions
per checkpatch.

Signed-off-by: Walt <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

                 reply	other threads:[~2016-11-10  1:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478740585-3131-1-git-send-email-waltfeasel@gmail.com \
    --to=waltfeasel@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome