Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1599560
| From | Arushi Singhal <arushisinghal19971997@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] fix multiple checkpatch warnings |
| Date | 2017-03-13 17:20 +0100 |
| Message-ID | <tkARr-34n-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix multiple code styling warnings issued by checkpatch on files
in sm750fb driver
Arushi Singhal (4):
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
staging: sm750fb: Remove typedefs
drivers/staging/sm750fb/ddk750_display.h | 2 +-
drivers/staging/sm750fb/ddk750_mode.c | 83 ++++++++++++++++----------------
drivers/staging/sm750fb/ddk750_mode.h | 20 ++++----
drivers/staging/sm750fb/ddk750_power.h | 2 +-
drivers/staging/sm750fb/sm750.h | 4 +-
drivers/staging/sm750fb/sm750_cursor.c | 3 ++
drivers/staging/sm750fb/sm750_hw.c | 2 +-
7 files changed, 58 insertions(+), 58 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] fix multiple checkpatch warnings Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-13 17:20 +0100 [PATCH v2 1/4] staging: sm750fb: function prototype argument should have an identifier name Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-13 17:20 +0100 [PATCH v2 3/4] staging: sm750fb: Alignment should match open parenthesis Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-13 17:20 +0100 [PATCH v2 4/4] staging: sm750fb: Remove typedefs Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-13 17:20 +0100
csiph-web