fbdev: atmel_lcdfb: Remove trailing whitespaces

Fix coding style. No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Thomas Zimmermann 2023-03-31 11:23:01 +02:00 committed by Helge Deller
parent 3f6cb84839
commit 486357bbda

View File

@ -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 * atmel_lcdfb_alloc_video_memory - Allocate framebuffer memory
* @sinfo: the frame buffer to allocate memory for * @sinfo: the frame buffer to allocate memory for
* *
* This function is called only from the atmel_lcdfb_probe() * This function is called only from the atmel_lcdfb_probe()
* so no locking by fb_info->mm_lock around smem_len setting is needed. * so no locking by fb_info->mm_lock around smem_len setting is needed.
*/ */