Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30e53bcc authored by vikram pandita's avatar vikram pandita Committed by Tony Lindgren
Browse files

omap2/3/4: serial: fix coding style indentaion



No logical code change

Fix coding style indentaion as per checkpatch.pl
Fix multi-line comment style reported by Nishanth Menon

Signed-off-by: default avatarVikram Pandita <vikram.pandita@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Acked-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2586ef0d
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -716,7 +716,8 @@ void __init omap_serial_init_port(int port)
		DEV_CREATE_FILE(dev, &dev_attr_sleep_timeout);
	}

		/* omap44xx: Never read empty UART fifo
	/*
	 * omap44xx: Never read empty UART fifo
	 * omap3xxx: Never read empty UART fifo on UARTs
	 * with IP rev >=0x52
	 */