include: linux: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut 2024-07-23 01:28:26 +02:00 committed by Tom Rini
parent b668901648
commit 9fb4be152b
22 changed files with 0 additions and 82 deletions

View file

@ -160,7 +160,6 @@ struct fb_con2fbmap {
#define VESA_HSYNC_SUSPEND 2
#define VESA_POWERDOWN 3
enum {
/* screen: unblanked, hsync: on, vsync: on */
FB_BLANK_UNBLANK = VESA_NO_BLANKING,
@ -583,7 +582,6 @@ struct fb_info {
#define FB_MODE_IS_FIRST 16
#define FB_MODE_IS_FROM_VAR 32
/* drivers/video/fbcmap.c */
extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);