From: Navya Sri Nizamkari <navyasri.tech@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH 0/4] staging: lustre: Fix warnings in llite_lib.c
Date: Sun, 1 Mar 2015 14:36:50 +0530 [thread overview]
Message-ID: <cover.1425200447.git.navyasri.tech@gmail.com> (raw)
This patchset cleans llite_lib.c by fixing checkpatch.pl
warnings such as:
prefer kstrtol to sscanf, remove braces in if-else
with oneline statements, remove space in function call and
at the end of a line.
Navya Sri Nizamkari (4):
staging: lustre: Use kstrtol instead of sscanf.
staging: lustre: Remove unnecessary braces.
staging: lustre: Remove whitespace.
staging: lustre: Remove space in function call.
drivers/staging/lustre/lustre/llite/llite_lib.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
--
1.9.1
next reply other threads:[~2015-03-01 9:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-01 9:06 Navya Sri Nizamkari [this message]
2015-03-01 9:07 ` [PATCH 1/4] staging: lustre: Use kstrtol instead of sscanf Navya Sri Nizamkari
2015-03-02 0:49 ` [Outreachy kernel] " Greg KH
2015-03-01 9:08 ` [PATCH 2/4] staging: lustre: Remove unnecessary braces Navya Sri Nizamkari
2015-03-02 0:50 ` [Outreachy kernel] " Greg KH
2015-03-01 9:08 ` [PATCH 3/4] staging: lustre: Remove whitespace Navya Sri Nizamkari
2015-03-02 0:50 ` [Outreachy kernel] " Greg KH
2015-03-01 9:09 ` [PATCH 4/4] staging: lustre: Remove space in function call Navya Sri Nizamkari
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=cover.1425200447.git.navyasri.tech@gmail.com \
--to=navyasri.tech@gmail.com \
--cc=outreachy-kernel@googlegroups.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.