Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1599803
| From | Arushi Singhal <arushisinghal19971997@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/4] staging: sm750fb: fix multiple checkpatch warnings |
| Date | 2017-03-13 21:50 +0100 |
| Message-ID | <tkF4J-5ZL-13@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(-)
--
changes in v3
- change the subject of the cover-patch.
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] staging: sm750fb: fix multiple checkpatch warnings Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-13 21:50 +0100
[PATCH v3 4/4] staging: sm750fb: Remove typedefs Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-03-13 22:00 +0100
Re: [Outreachy kernel] [PATCH v3 4/4] staging: sm750fb: Remove typedefs Julia Lawall <julia.lawall@lip6.fr> - 2017-03-13 22:50 +0100
csiph-web