Commit 94047df1 authored by Luiz Sampaio's avatar Luiz Sampaio Committed by Miguel Ojeda
Browse files

auxdisplay: charlcd: fixing coding style issue



Removing 'int' from 'unsigned long int' declaration, which is unnecessary.

Signed-off-by: default avatarLuiz Sampaio <sampaio.ime@gmail.com>
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 13605725
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ struct charlcd_priv {
	bool must_clear;

	/* contains the LCD config state */
	unsigned long int flags;
	unsigned long flags;

	/* Current escape sequence and it's length or -1 if outside */
	struct {