Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1525698
| From | Walt Feasel <waltfeasel@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/3] staging: dgnc: dgnc_driver.c Blank line before } |
| Date | 2016-11-18 21:20 +0100 |
| Message-ID | <sEXNE-3s3-25@gated-at.bofh.it> (permalink) |
| References | <sEXND-3s3-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Make suggested checkpatch modification for CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Walt Feasel <waltfeasel@gmail.com> --- v2 makes changes to correct for email format patch submission drivers/staging/dgnc/dgnc_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c index e80d2345..91c9047 100644 --- a/drivers/staging/dgnc/dgnc_driver.c +++ b/drivers/staging/dgnc/dgnc_driver.c @@ -579,7 +579,6 @@ static void cleanup(bool sysfiles) dgnc_cleanup_tty(dgnc_board[i]); dgnc_cleanup_board(dgnc_board[i]); } - } /* -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/3] staging: dgnc: dgnc_driver.c checkpatch modifications Walt Feasel <waltfeasel@gmail.com> - 2016-11-18 21:20 +0100 [PATCH v2 3/3] staging: dgnc: dgnc_driver.c Blank line before } Walt Feasel <waltfeasel@gmail.com> - 2016-11-18 21:20 +0100
csiph-web