Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1605404
| From | Arushi Singhal <arushisinghal19971997@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] staging: speakup: Multiple CheckPatch issues. |
| Date | 2017-03-21 09:20 +0100 |
| Message-ID | <tnnbj-Bl-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Improve readability by fixing multiple checkpatch.pl
issues in speakup driver.
Arushi Singhal (7):
staging: speakup: Moved logical to previous line.
staging: speakup: Remove multiple assignments
staging: speakup: Simplify "NULL" comparisons
staging: speakup: fixes braces {} should be used on all arms of this
statement
staging: speakup: Remove multiple assignments
staging: speakup: Moved OR operator to previous line.
staging: speakup: spaces preferred around operator
drivers/staging/speakup/main.c | 76 +++++++++++++++++++-------------
drivers/staging/speakup/selection.c | 2 +-
drivers/staging/speakup/speakup.h | 12 ++---
drivers/staging/speakup/speakup_acntpc.c | 2 +-
drivers/staging/speakup/speakup_decext.c | 6 +--
drivers/staging/speakup/speakup_decpc.c | 26 +++++------
drivers/staging/speakup/speakup_dectlk.c | 6 +--
drivers/staging/speakup/speakup_dtlk.c | 2 +-
drivers/staging/speakup/speakup_keypc.c | 6 +--
drivers/staging/speakup/speakup_ltlk.c | 2 +-
drivers/staging/speakup/varhandlers.c | 18 ++++----
11 files changed, 87 insertions(+), 71 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] staging: speakup: Multiple CheckPatch issues. Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-21 09:20 +0100 [PATCH 2/7] staging: speakup: Remove multiple assignments Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-21 09:20 +0100 [PATCH 7/7] staging: speakup: spaces preferred around operator Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-21 09:20 +0100 [PATCH 6/7] staging: speakup: Moved OR operator to previous line. Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-21 09:20 +0100
csiph-web