Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1365163
| From | Clifton Barnes <clifton.a.barnes@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/5] staging: xgifb: fix 'line over 80 characters' |
| Date | 2016-03-27 21:20 +0200 |
| Message-ID | <rhooa-4h1-7@gated-at.bofh.it> (permalink) |
| References | <rhoo9-4h1-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
fix checkpatch.pl warning about 'line over 80 characters' Signed-off-by: Clifton Barnes <clifton.a.barnes@gmail.com> --- drivers/staging/xgifb/vb_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c index 1ef2bfb..062ece2 100644 --- a/drivers/staging/xgifb/vb_init.c +++ b/drivers/staging/xgifb/vb_init.c @@ -552,7 +552,8 @@ static int XGINew_ReadWriteRest(unsigned short StopAddr, writel(Position, fbaddr + Position); } - usleep_range(500, 1500); /* Fix #1759 Memory Size error in Multi-Adapter. */ + /* Fix #1759 Memory Size error in Multi-Adapter. */ + usleep_range(500, 1500); Position = 0; -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/5] staging: xgifb: fix block comments Clifton Barnes <clifton.a.barnes@gmail.com> - 2016-03-27 21:20 +0200
[PATCH 2/5] staging: xgifb: fix 'line over 80 characters' Clifton Barnes <clifton.a.barnes@gmail.com> - 2016-03-27 21:20 +0200
[PATCH 4/5] staging: xgifb: fix comparison order Clifton Barnes <clifton.a.barnes@gmail.com> - 2016-03-27 21:20 +0200
Re: [PATCH 4/5] staging: xgifb: fix comparison order Joe Perches <joe@perches.com> - 2016-03-27 21:30 +0200
[PATCH 5/5] staging: xgifb: fix bare use of 'unsigned' Clifton Barnes <clifton.a.barnes@gmail.com> - 2016-03-27 21:20 +0200
Re: [PATCH 1/5] staging: xgifb: fix block comments Greg KH <gregkh@linuxfoundation.org> - 2016-03-29 21:40 +0200
csiph-web