Skip to content

Commit 94047df

Browse files
sampaio23ojeda
authored andcommitted
auxdisplay: charlcd: fixing coding style issue
Removing 'int' from 'unsigned long int' declaration, which is unnecessary. Signed-off-by: Luiz Sampaio <sampaio.ime@gmail.com> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 1360572 commit 94047df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/auxdisplay/charlcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct charlcd_priv {
3737
bool must_clear;
3838

3939
/* contains the LCD config state */
40-
unsigned long int flags;
40+
unsigned long flags;
4141

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

0 commit comments

Comments
 (0)