All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: sm750fb: Fix multiple checkpatch warnings
@ 2016-09-15 21:31 Rehas Sachdeva
  2016-09-15 21:32 ` [PATCH 1/5] staging: sm750fb: Add blank line after declarations Rehas Sachdeva
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Rehas Sachdeva @ 2016-09-15 21:31 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Sudip Mukherjee, Teddy Wang, Greg Kroah-Hartman

Fixes multiple checkpatch warnings in sm750fb driver.

Rehas Sachdeva (5):
  staging: sm750fb: Add blank line after declarations
  staging: sm750fb: Change 'x != NULL' to 'x'
  staging: sm750fb: Remove multiple assignments
  staging: sm750fb: Change 'uint32_t' to 'u32'
  staging: sm750fb: Add spaces around '|'

 drivers/staging/sm750fb/ddk750_chip.h    |  3 +++
 drivers/staging/sm750fb/ddk750_display.h | 45 ++++++++++++++++----------------
 drivers/staging/sm750fb/ddk750_mode.h    |  2 ++
 drivers/staging/sm750fb/ddk750_power.h   |  1 +
 drivers/staging/sm750fb/sm750.c          | 14 ++++++----
 drivers/staging/sm750fb/sm750_cursor.c   |  3 +++
 drivers/staging/sm750fb/sm750_hw.c       |  2 +-
 7 files changed, 42 insertions(+), 28 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2016-09-16 12:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 21:31 [PATCH 0/5] staging: sm750fb: Fix multiple checkpatch warnings Rehas Sachdeva
2016-09-15 21:32 ` [PATCH 1/5] staging: sm750fb: Add blank line after declarations Rehas Sachdeva
2016-09-16  7:48   ` Greg Kroah-Hartman
2016-09-16  7:53     ` [Outreachy kernel] " Julia Lawall
2016-09-15 21:32 ` [PATCH 2/5] staging: sm750fb: Change 'x != NULL' to 'x' Rehas Sachdeva
2016-09-15 21:33 ` [PATCH 3/5] staging: sm750fb: Remove multiple assignments Rehas Sachdeva
2016-09-16  7:48   ` Greg Kroah-Hartman
2016-09-16 12:34     ` Rehas Sachdeva
2016-09-16 12:55       ` Greg Kroah-Hartman
2016-09-15 21:33 ` [PATCH 4/5] staging: sm750fb: Change 'uint32_t' to 'u32' Rehas Sachdeva
2016-09-15 21:33 ` [PATCH 5/5] staging: sm750fb: Add spaces around '|' Rehas Sachdeva
2016-09-16  7:50   ` Greg Kroah-Hartman

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.