projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1315e8b
)
staging: fbtft: Add spaces around / - Style
author
Leonardo Brás
<leobras.c@gmail.com>
Wed, 8 Aug 2018 00:29:49 +0000
(21:29 -0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 12:23:16 +0000
(14:23 +0200)
Puts spaces around the /.
Signed-off-by: Leonardo Brás <leobras.c@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c
patch
|
blob
|
history
diff --git
a/drivers/staging/fbtft/fbtft-core.c
b/drivers/staging/fbtft/fbtft-core.c
index
a03d8ad
..
a2df02d
100644
(file)
--- a/
drivers/staging/fbtft/fbtft-core.c
+++ b/
drivers/staging/fbtft/fbtft-core.c
@@
-767,7
+767,7
@@
struct fb_info *fbtft_framebuffer_alloc(struct fbtft_display *display,
fbops->fb_setcolreg = fbtft_fb_setcolreg;
fbops->fb_blank = fbtft_fb_blank;
- fbdefio->delay = HZ
/
fps;
+ fbdefio->delay = HZ
/
fps;
fbdefio->deferred_io = fbtft_deferred_io;
fb_deferred_io_init(info);