Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1596341
| From | Arushi Singhal <arushisinghal19971997@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] staging: speakup: multiple checkpatch issues |
| Date | 2017-03-09 20:10 +0100 |
| Message-ID | <tjbBL-10C-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Improve readability by fixing multiple checkpatch.pl
issues in speakup driver.
Arushi Singhal (6):
staging: speakup: fix "Alignment match open parenthesis"
staging: speakup: Placed Logical on the previous line
staging: speakup: spaces preferred around operator
staging: speakup: identation should use tabs
staging: speakup: Alignment should match open parenthesis
staging: speakup: Add blank line after function/struct/union/enum
declarations
drivers/staging/speakup/i18n.c | 2 +-
drivers/staging/speakup/kobjects.c | 56 ++++++++++++++++----------------
drivers/staging/speakup/main.c | 11 ++++---
drivers/staging/speakup/selection.c | 2 +-
drivers/staging/speakup/serialio.c | 7 ++--
drivers/staging/speakup/speakup.h | 12 +++----
drivers/staging/speakup/speakup_acntpc.c | 10 +++---
drivers/staging/speakup/speakup_apollo.c | 2 +-
drivers/staging/speakup/speakup_decext.c | 4 +--
drivers/staging/speakup/speakup_decpc.c | 22 ++++++-------
drivers/staging/speakup/speakup_dtlk.c | 17 +++++-----
drivers/staging/speakup/speakup_dtlk.h | 10 +++---
drivers/staging/speakup/speakup_keypc.c | 12 +++----
drivers/staging/speakup/speakup_ltlk.c | 2 +-
14 files changed, 86 insertions(+), 83 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] staging: speakup: multiple checkpatch issues Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-09 20:10 +0100
[PATCH 3/6] staging: speakup: spaces preferred around operator Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-09 20:10 +0100
[PATCH 2/6] staging: speakup: Placed Logical on the previous line Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-09 20:10 +0100
[PATCH 1/6] staging: speakup: fix "Alignment match open parenthesis" Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-09 20:10 +0100
[PATCH 6/6] staging: speakup: Add blank line after function/struct/union/enum declarations Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-09 20:10 +0100
[PATCH 5/6] staging: speakup: Alignment should match open parenthesis Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-09 20:10 +0100
Re: [Outreachy kernel] [PATCH 5/6] staging: speakup: Alignment should match open parenthesis Julia Lawall <julia.lawall@lip6.fr> - 2017-03-09 22:40 +0100
[PATCH 4/6] staging: speakup: identation should use tabs Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-09 20:10 +0100
csiph-web