Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1524094
| From | Walt Feasel <waltfeasel@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/7] staging: xgifb: XGI_main_26.c checkpatch modifications |
| Date | 2016-11-17 06:40 +0100 |
| Message-ID | <sEnAt-4Su-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Make Linux kernel coding style modifications for XGI_main_26.c to include:
CHECK: Alignment should match open parenthesis
CHECK: No space is necessary after a cast
CHECK: Logical continuations should be on the previous line
CHECK: spaces preferred around that '-'
CHECK: Blank lines aren't necessary after an open brace '{'
CHECK: Blank lines aren't necessary before a close brace '}'
Comment style modifications
Walt Feasel (7):
staging: xgifb: XGI_main_26.c Comment style modifications
staging: xgifb: XGI_main_26.c No space after cast
staging: xgifb: XGI_main_26.c Logical continuation
staging: xgifb: XGI_main_26.c Space around operator
staging: xgifb: XGI_main_26.c Blank line after {
staging: xgifb: XGI_main_26.c Blank line before }
staging: xgifb: XGI_main_26.c Align match parenthesis
drivers/staging/xgifb/XGI_main_26.c | 184 +++++++++++++++---------------------
1 file changed, 78 insertions(+), 106 deletions(-)
--
v2 makes changes to correct for email format patch submission
2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/7] staging: xgifb: XGI_main_26.c checkpatch modifications Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:40 +0100
[PATCH v2 6/7] staging: xgifb: XGI_main_26.c Blank line before } Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:50 +0100
[PATCH v2 7/7] staging: xgifb: XGI_main_26.c Align match parenthesis Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:50 +0100
[PATCH v2 5/7] staging: xgifb: XGI_main_26.c Blank line after { Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:50 +0100
[PATCH v2 3/7] staging: xgifb: XGI_main_26.c Logical continuation Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:50 +0100
[PATCH v2 1/7] staging: xgifb: XGI_main_26.c Comment style modifications Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:50 +0100
[PATCH v2 2/7] staging: xgifb: XGI_main_26.c No space after cast Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:50 +0100
[PATCH v2 4/7] staging: xgifb: XGI_main_26.c Space around operator Walt Feasel <waltfeasel@gmail.com> - 2016-11-17 06:50 +0100
csiph-web