All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] drivers: staging: checkpatch fixes
@ 2016-04-18  0:35 Tobin C Harding
  2016-04-18  0:35 ` [PATCH v2 1/4] drivers: staging: fix parameter alignment Tobin C Harding
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tobin C Harding @ 2016-04-18  0:35 UTC (permalink / raw)
  To: gregkh; +Cc: arve, riandrews, linux-kernel, devel, Tobin C Harding

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: Tobin C Harding <me@tobin.cc>
---

Patch 1/4 is whitespace only.

This is my first Linux kernel patch.

thanks

Tobin C Harding (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] 7+ messages in thread

end of thread, other threads:[~2016-04-30  0:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-18  0:35 [PATCH v2 0/4] drivers: staging: checkpatch fixes Tobin C Harding
2016-04-18  0:35 ` [PATCH v2 1/4] drivers: staging: fix parameter alignment Tobin C Harding
2016-04-30  0:49   ` Greg KH
2016-04-18  0:35 ` [PATCH v2 2/4] drivers: staging: fix line length Tobin C Harding
2016-04-18  0:35 ` [PATCH v2 3/4] drivers: staging: remove comparison to NULL Tobin C Harding
2016-04-18  0:35 ` [PATCH v2 4/4] drivers: staging: remove BUG_ON Tobin C Harding
2016-04-18 21:03   ` Laura Abbott

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.