Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598238
| From | Arushi Singhal <arushisinghal19971997@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] staging: sm750fb: multiple checkpatch issues |
| Date | 2017-03-11 04:30 +0100 |
| Message-ID | <tjFTb-59T-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Improve readability by fixing multiple checkpatch.pl
issues in sm750fb driver.
Arushi Singhal (3):
staging: sm750fb: function prototype argument should have an
identifier name
staging: sm750fb: fixes add blank line after
function/struct/union/enum declarations
staging: sm750fb: Alignment should match open parenthesis
drivers/staging/sm750fb/ddk750_display.h | 2 +-
drivers/staging/sm750fb/ddk750_mode.c | 79 ++++++++++++++++----------------
drivers/staging/sm750fb/ddk750_mode.h | 2 +-
drivers/staging/sm750fb/ddk750_power.h | 2 +-
drivers/staging/sm750fb/sm750.h | 2 +-
drivers/staging/sm750fb/sm750_cursor.c | 3 ++
6 files changed, 46 insertions(+), 44 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] staging: sm750fb: multiple checkpatch issues Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-11 04:30 +0100
[PATCH 1/3] staging: sm750fb: function prototype argument should have an identifier name Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-11 04:30 +0100
Re: [Outreachy kernel] [PATCH 1/3] staging: sm750fb: function prototype argument should have an identifier name Julia Lawall <julia.lawall@lip6.fr> - 2017-03-11 08:00 +0100
[PATCH 2/3] staging: sm750fb: fixes add blank line after function/struct/union/enum declarations Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-11 04:30 +0100
Re: [PATCH 0/3] staging: sm750fb: multiple checkpatch issues Greg KH <gregkh@linuxfoundation.org> - 2017-03-12 15:10 +0100
csiph-web