Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1380875 > unrolled thread

[PATCH v2 0/4] drivers: staging: checkpatch fixes

Started byTobin C Harding <me@tobin.cc>
First post2016-04-18 02:40 +0200
Last post2016-04-18 02:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/4] drivers: staging: checkpatch fixes Tobin C Harding <me@tobin.cc> - 2016-04-18 02:40 +0200

#1380875 — [PATCH v2 0/4] drivers: staging: checkpatch fixes

FromTobin C Harding <me@tobin.cc>
Date2016-04-18 02:40 +0200
Subject[PATCH v2 0/4] drivers: staging: checkpatch fixes
Message-ID<rp5ol-4yK-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web