mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers: staging: checkpatch fixes
@ 2016-04-17 22:28 tcharding
  2016-04-17 22:28 ` [PATCH 1/4] drivers: staging: fix parameter alignment tcharding
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: tcharding @ 2016-04-17 22:28 UTC (permalink / raw)
  To: gregkh; +Cc: arve, riandrews, linux-kernel, devel, tcharding

drivers/staging/android/ion/ion.c produces 2 warnings and 29 checks.

This patch set fixes both warnings and all but 4 of the checks.  All
except the last patch are trivial.

Signed-off-by: tcharding <me@tobin.cc>
---

Patch 1/4 is whitespace only.

This is my first Linux kernel patch.

thanks

tcharding (4):
  staging: android: ion: fixed checkpatch alignment warnings
  staging: android: ion: fixed checkpatch long line warnings
  staging: android: ion: fixed checkpatch comparison to NULL warnings
  staging: android: ion: changed BUG_ON to WARN[_ON]

 drivers/staging/android/ion/ion.c | 88 +++++++++++++++++++++-------------
 1 file changed, 48 insertions(+), 40 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-04-17 23:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-17 22:28 [PATCH 0/4] drivers: staging: checkpatch fixes tcharding
2016-04-17 22:28 ` [PATCH 1/4] drivers: staging: fix parameter alignment tcharding
2016-04-17 23:59   ` Greg KH
2016-04-17 22:28 ` [PATCH 2/4] drivers: staging: fix line length tcharding
2016-04-17 22:29 ` [PATCH 3/4] drivers: staging: remove comparison to NULL tcharding
2016-04-17 22:29 ` [PATCH 4/4] drivers: staging: remove BUG_ON tcharding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome