projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1360572
)
auxdisplay: charlcd: fixing coding style issue
author
Luiz Sampaio
<sampaio.ime@gmail.com>
Tue, 9 Nov 2021 22:07:31 +0000
(19:07 -0300)
committer
Miguel 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
patch
|
blob
|
history
diff --git
a/drivers/auxdisplay/charlcd.c
b/drivers/auxdisplay/charlcd.c
index 304accde365c84d639a7e8597e436839751c854f..cca3b600c0ba769ba38c8e2a9aed39d5152c33f3 100644
(file)
--- a/
drivers/auxdisplay/charlcd.c
+++ b/
drivers/auxdisplay/charlcd.c
@@
-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 {