All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: lustre: Fix warnings in llite_lib.c
@ 2015-03-01  9:06 Navya Sri Nizamkari
  2015-03-01  9:07 ` [PATCH 1/4] staging: lustre: Use kstrtol instead of sscanf Navya Sri Nizamkari
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Navya Sri Nizamkari @ 2015-03-01  9:06 UTC (permalink / raw)
  To: outreachy-kernel

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



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

end of thread, other threads:[~2015-03-02  0:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01  9:06 [PATCH 0/4] staging: lustre: Fix warnings in llite_lib.c Navya Sri Nizamkari
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

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.