Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1524095
| From | Walt Feasel <waltfeasel@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 6/7] staging: xgifb: XGI_main_26.c Blank line before } |
| Date | 2016-11-17 06:50 +0100 |
| Message-ID | <sEnK9-4VC-3@gated-at.bofh.it> (permalink) |
| References | <sEnAt-4Su-5@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/xgifb/XGI_main_26.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c index b1fe17e..e31d107 100644 --- a/drivers/staging/xgifb/XGI_main_26.c +++ b/drivers/staging/xgifb/XGI_main_26.c @@ -1465,7 +1465,6 @@ static int XGIfb_get_dram_size(struct xgifb_video_info *xgifb_info) reg, xgifb_info->video_size, ChannelNum); return 0; - } static void XGIfb_detect_VB(struct xgifb_video_info *xgifb_info) @@ -1976,7 +1975,6 @@ static int xgifb_probe(struct pci_dev *pdev, fb_info->var.yres >>= 1; fb_info->var.yres_virtual >>= 1; } - } fb_info->flags = FBINFO_FLAG_DEFAULT; -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | 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