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 <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 1360572 commit 94047df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)