From: Thomas Zimmermann Date: Fri, 31 Mar 2023 09:23:01 +0000 (+0200) Subject: fbdev: atmel_lcdfb: Remove trailing whitespaces X-Git-Tag: microblaze-v6.6~475^2~16 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=486357bbdafb43bcc99fcf943ea76fcd69aae7b7;p=linux-2.6-microblaze.git fbdev: atmel_lcdfb: Remove trailing whitespaces Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Sui Jingfeng --- diff --git a/drivers/video/fbdev/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c index 8187a7c4f910..987c5f5f0241 100644 --- a/drivers/video/fbdev/atmel_lcdfb.c +++ b/drivers/video/fbdev/atmel_lcdfb.c @@ -317,7 +317,7 @@ static inline void atmel_lcdfb_free_video_memory(struct atmel_lcdfb_info *sinfo) /** * atmel_lcdfb_alloc_video_memory - Allocate framebuffer memory * @sinfo: the frame buffer to allocate memory for - * + * * This function is called only from the atmel_lcdfb_probe() * so no locking by fb_info->mm_lock around smem_len setting is needed. */