From: Julia Lawall <julia.lawall@lip6.fr>
To: simran singhal <singhalsimran0@gmail.com>
Cc: gregkh@linuxfoundation.org, outreachy-kernel@googlegroups.com,
devel@driverdev.osuosl.org
Subject: Re: [Outreachy kernel]
Date: Thu, 16 Feb 2017 20:44:27 +0100 (CET) [thread overview]
Message-ID: <alpine.DEB.2.20.1702162042280.2121@hadrien> (raw)
In-Reply-To: <20170216194114.GA17810@singhal-Inspiron-5558>
On Fri, 17 Feb 2017, simran singhal wrote:
> linux-kernel@vger.kernel.org
> Bcc:
> Subject: [PATCH 1/3] staging: rtl8192u: Replace symbolic permissions with
> octal permissions
> Reply-To:
Your email did not come out well. This part should not be in the message.
Try sending the message to yourself first, to be sure everything is ok.
> WARNING: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred.
> Consider using octal permissions '0644'.
> This warning is detected by checkpatch.pl
It would be better to explain what you did and why, rather than just
copying the checkpatch message.
> Signed-off-by: simran singhal <singhalsimran0@gmail.com>
> ---
> drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
> index a9a92d8..2ebc320 100644
> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
> @@ -283,7 +283,7 @@ int __init ieee80211_debug_init(void)
> " proc directory\n");
> return -EIO;
> }
> - e = proc_create("debug_level", S_IRUGO | S_IWUSR,
> + e = proc_create("debug_level", 0644,
> ieee80211_proc, &fops);
This could all be one line now.
julia
> if (!e) {
> remove_proc_entry(DRV_NAME, init_net.proc_net);
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170216194114.GA17810%40singhal-Inspiron-5558.
> For more options, visit https://groups.google.com/d/optout.
>
next prev parent reply other threads:[~2017-02-16 19:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-16 19:41 simran singhal
2017-02-16 19:44 ` SIMRAN SINGHAL
2017-02-16 19:44 ` Julia Lawall [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-15 8:53 Bhanusree Pola
2018-10-15 8:59 ` [Outreachy kernel] Julia Lawall
2019-10-12 0:10 Jamal Shareef
2019-10-12 5:33 ` [Outreachy kernel] Julia Lawall
2019-10-19 19:11 evan chime
2019-10-19 19:20 ` [Outreachy kernel] Julia Lawall
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=alpine.DEB.2.20.1702162042280.2121@hadrien \
--to=julia.lawall@lip6.fr \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.com \
--cc=singhalsimran0@gmail.com \
/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 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.