All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Improve code, codestyle in xgifb.
@ 2015-10-21 16:47 Navya Sri Nizamkari
  2015-10-21 16:48 ` [PATCH 1/5] Staging: xgifb: Add space between ; and variable name Navya Sri Nizamkari
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Navya Sri Nizamkari @ 2015-10-21 16:47 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: outreachy-kernel

This patchset clears checkpatch warnings in vb_init such as:
space required after that ';', remove blank lines after {, 
remove blank lines before }, remove multiple balnk lines, 
comparison with NULL, space required after that ';'. 

Navya Sri Nizamkari (5):
  Staging: xgifb: Add space between ; and variable name
  Staging: xgifb: Remove blank line before } and after {
  Staging: xgifb: Remove extra blnk lines.
  Staging: xgifb: Fix comparison to NULL warning
  Staging: xgifb: Remove space after cast

 drivers/staging/xgifb/vb_init.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-10-22 10:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 16:47 [PATCH 0/5] Improve code, codestyle in xgifb Navya Sri Nizamkari
2015-10-21 16:48 ` [PATCH 1/5] Staging: xgifb: Add space between ; and variable name Navya Sri Nizamkari
2015-10-22  8:37   ` [Outreachy kernel] " Daniel Baluta
2015-10-22  8:42     ` Julia Lawall
2015-10-22 10:32       ` Navya Sri Nizamkari
2015-10-22 10:30     ` Navya Sri Nizamkari
2015-10-21 16:49 ` [PATCH 2/5] Staging: xgifb: Remove blank line before } and after { Navya Sri Nizamkari
2015-10-21 16:50 ` [PATCH 3/5] Staging: xgifb: Remove extra blank lines Navya Sri Nizamkari
2015-10-21 16:50 ` [PATCH 4/5] Staging: xgifb: Fix comparison to NULL warning Navya Sri Nizamkari
2015-10-21 16:51 ` [PATCH 5/5] Staging: xgifb: Remove space after cast 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.