staging: fbtft: Add spaces around / - Style
Puts spaces around the /. Signed-off-by: Leonardo Brás <leobras.c@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1315e8bad8
commit
1b989094ba
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue