]> git.baikalelectronics.ru Git - kernel.git/commitdiff
auxdisplay: charlcd: fixing coding style issue
authorLuiz Sampaio <sampaio.ime@gmail.com>
Tue, 9 Nov 2021 22:07:31 +0000 (19:07 -0300)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 24 Nov 2021 10:46:42 +0000 (11:46 +0100)
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>
drivers/auxdisplay/charlcd.c

index 304accde365c84d639a7e8597e436839751c854f..cca3b600c0ba769ba38c8e2a9aed39d5152c33f3 100644 (file)
@@ -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 {