Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592525
| From | Arushi Singhal <arushisinghal19971997@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] multiple checkpatch issues |
| Date | 2017-03-04 17:00 +0100 |
| Message-ID | <thkga-2TF-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Improve readability by fixing multiple checkpatch.pl
issues.
Arushi Singhal (6):
staging: speakup: fixes braces {} should be used on all arms of this statement
staging: speakup: Avoid multiple assignments on same line
staging: speakup: identation should use tabs
staging: wilc1000: Alignment should match open parenthesis
staging: wilc1000: function prototype argument should have identifier name
staging: wilc1000: Logical continuations should be on the previous line
drivers/staging/speakup/main.c | 6 +++--
drivers/staging/speakup/speakup_decext.c | 6 ++---
drivers/staging/speakup/speakup_decpc.c | 10 ++++----
drivers/staging/speakup/speakup_dectlk.c | 6 ++---
drivers/staging/speakup/varhandlers.c | 12 ++++++----
drivers/staging/wilc1000/host_interface.c | 2 +-
drivers/staging/wilc1000/wilc_spi.c | 6 ++---
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 28 +++++++++++------------
drivers/staging/wilc1000/wilc_wlan.c | 10 ++++----
drivers/staging/wilc1000/wilc_wlan.h | 6 ++---
10 files changed, 48 insertions(+), 44 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] multiple checkpatch issues Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-04 17:00 +0100
[PATCH 2/6] staging: speakup: Avoid multiple assignments on same line Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-04 17:00 +0100
[PATCH 4/6] staging: wilc1000: Alignment should match open parenthesis Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-04 17:00 +0100
[PATCH 1/6] staging: speakup: fixes braces {} should be used on all arms of this statement Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-04 17:00 +0100
[PATCH 3/6] staging: speakup: identation should use tabs Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-04 17:00 +0100
[PATCH 6/6] staging: wilc1000: Logical continuations should be on the previous line Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-04 17:00 +0100
[PATCH 5/6] staging: wilc1000: function prototype argument should have identifier name Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-04 17:00 +0100
csiph-web