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


Groups > linux.kernel > #1679144

[PATCH 0/4] staging: vt6656: Correct checkpatch.pl warnings

From Simon Sandström <simon@nikanor.nu>
Newsgroups linux.kernel
Subject [PATCH 0/4] staging: vt6656: Correct checkpatch.pl warnings
Date 2017-06-30 23:40 +0200
Message-ID <tYbNT-2ht-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Here are some minor checkpatch.pl corrections to staging/vt6656.

I was about to ask before sending these in if you rather see commits
grouped on file or on type of warning, e.g. each commit fixes multiple
types of warnings in a single file versus each commit fixes one type
of warning in multiple files. It was easier to write commit messages
when grouped on type of warning, so that's what I did :-)


- Simon

---

Simon Sandström (4):
  staging: vt6656: Add spaces between operators
  staging: vt6656: Remove unnecessary blank lines
  staging: vt6656: Align function parameters
  staging: vt6656: Use variable instead of its type in sizeof(...)

 drivers/staging/vt6656/device.h   | 2 +-
 drivers/staging/vt6656/firmware.c | 2 +-
 drivers/staging/vt6656/key.h      | 2 +-
 drivers/staging/vt6656/main_usb.c | 5 ++---
 drivers/staging/vt6656/power.c    | 6 ++----
 drivers/staging/vt6656/rf.c       | 6 +++---
 drivers/staging/vt6656/usbpipe.c  | 4 ++--
 7 files changed, 12 insertions(+), 15 deletions(-)

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] staging: vt6656: Correct checkpatch.pl warnings Simon Sandström <simon@nikanor.nu> - 2017-06-30 23:40 +0200
  [PATCH 4/4] staging: vt6656: Use variable instead of its type in sizeof(...) Simon Sandström <simon@nikanor.nu> - 2017-06-30 23:40 +0200
  [PATCH 3/4] staging: vt6656: Align function parameters Simon Sandström <simon@nikanor.nu> - 2017-06-30 23:40 +0200
  [PATCH 1/4] staging: vt6656: Add spaces between operators Simon Sandström <simon@nikanor.nu> - 2017-06-30 23:50 +0200

csiph-web