mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
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>
This commit is contained in:
parent
1360572566
commit
94047df12f
@ -37,7 +37,7 @@ struct charlcd_priv {
|
|||||||
bool must_clear;
|
bool must_clear;
|
||||||
|
|
||||||
/* contains the LCD config state */
|
/* contains the LCD config state */
|
||||||
unsigned long int flags;
|
unsigned long flags;
|
||||||
|
|
||||||
/* Current escape sequence and it's length or -1 if outside */
|
/* Current escape sequence and it's length or -1 if outside */
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user