All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] clean up of xgifb/vb_setmode.c
@ 2016-09-14 21:30 Gargi Sharma
  2016-09-14 21:30 ` [PATCH v3 1/6] staging: xgifb: move AND operator for logical continuation Gargi Sharma
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Gargi Sharma @ 2016-09-14 21:30 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: arnaud.patard, gregkh, Gargi Sharma

The following patchset contains patches to make the code more readable. This patchset fixes various issues that come up in the checkpatch in patch 1, 3, 4 and 5. Patches 2 and 6 are based on Julia's suggestion when a one patch was sent fixing the checkpatch issue of moving && operator to previous line.

---
Changes since v2:
    reword commit messages in all patches to explain the solution and use imperative form for the commit subject.

Gargi Sharma (6):
  staging: xgifb: move AND operator for logical continuation
  staging: xgifb: remove unnecessary parentheses
  staging: xgifb: remove blank line after open brace
  staging: xgifb: add spaces around |
  staging: xgifb: remove blank line before closing brace
  staging: xgifb: fix alignment for if arguments

 drivers/staging/xgifb/vb_setmode.c | 48 ++++++++++++++------------------------
 1 file changed, 17 insertions(+), 31 deletions(-)

-- 
2.9.2



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

end of thread, other threads:[~2016-09-15  5:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14 21:30 [PATCH v3 0/6] clean up of xgifb/vb_setmode.c Gargi Sharma
2016-09-14 21:30 ` [PATCH v3 1/6] staging: xgifb: move AND operator for logical continuation Gargi Sharma
2016-09-14 21:30 ` [PATCH v3 2/6] staging: xgifb: remove unnecessary parentheses Gargi Sharma
2016-09-14 21:30 ` [PATCH v3 3/6] staging: xgifb: remove blank line after open brace Gargi Sharma
2016-09-14 21:30 ` [PATCH v3 4/6] staging: xgifb: add spaces around | Gargi Sharma
2016-09-14 21:30 ` [PATCH v3 5/6] staging: xgifb: remove blank line before closing brace Gargi Sharma
2016-09-15  5:08   ` [Outreachy kernel] " Julia Lawall
2016-09-14 21:30 ` [PATCH v3 6/6] staging: xgifb: fix alignment for if arguments Gargi Sharma
2016-09-15  5:07   ` [Outreachy kernel] " Julia Lawall

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.