All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] kernel: pid: Multiple checkpatch issues.
@ 2017-03-28 20:45 Arushi Singhal
  2017-03-28 20:45 ` [PATCH 1/5] kernel: pid: remove space after open square bracket Arushi Singhal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Arushi Singhal @ 2017-03-28 20:45 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: linux-kernel, Arushi Singhal

Fix multiple checkpatch.pl issue to improve code readability.

Arushi Singhal (5):
  kernel: pid: remove space after open square bracket
  kernel: pid.c: Add space before the open parenthesis
  kernel: pid: Fix line over 80 characters
  kernel: pid_namespace: Remove return statement from void function
  kernel: pid_namespace.c: Do not initialise statics to 0.

 kernel/pid.c           |  8 +++++---
 kernel/pid_namespace.c | 10 ++++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

-- 
2.11.0



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

end of thread, other threads:[~2017-03-28 20:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 20:45 [PATCH 0/5] kernel: pid: Multiple checkpatch issues Arushi Singhal
2017-03-28 20:45 ` [PATCH 1/5] kernel: pid: remove space after open square bracket Arushi Singhal
2017-03-28 20:45 ` [PATCH 2/5] kernel: pid.c: Add space before the open parenthesis Arushi Singhal
2017-03-28 20:45 ` [PATCH 3/5] kernel: pid: Fix line over 80 characters Arushi Singhal
2017-03-28 20:45 ` [PATCH 4/5] kernel: pid_namespace: Remove return statement from void function Arushi Singhal
2017-03-28 20:45 ` [PATCH 5/5] kernel: pid_namespace.c: Do not initialise statics to 0 Arushi Singhal

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.