From: Leonardo Brás Date: Wed, 8 Aug 2018 00:29:49 +0000 (-0300) Subject: staging: fbtft: Add spaces around / - Style X-Git-Tag: v4.19-rc1~101^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b989094bae2d73ea65994cc388bb00585005556;p=thirdparty%2Flinux.git staging: fbtft: Add spaces around / - Style Puts spaces around the /. Signed-off-by: Leonardo Brás Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c index a03d8adf3f9a7..a2df02d97a8eb 100644 --- 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);