projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd46fe7
)
staging: comedi: ni_stc.h: Prefer kernel type 'u8' over 'uint8_t'
author
H Hartley Sweeten
<
[email protected]
>
Mon, 11 Apr 2016 18:12:56 +0000
(11:12 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 29 Apr 2016 05:14:20 +0000
(22:14 -0700)
Change the type to fix the checkpatch.pl issues.
Signed-off-by: H Hartley Sweeten <
[email protected]
>
Reviewed-by: Ian Abbott <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/comedi/drivers/ni_stc.h
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/ni_stc.h
b/drivers/staging/comedi/drivers/ni_stc.h
index 8423dbcf8f1c52f50a5886c729bbd595416162aa..e8486973c905b6371363a17b0f6864149e55e323 100644
(file)
--- a/
drivers/staging/comedi/drivers/ni_stc.h
+++ b/
drivers/staging/comedi/drivers/ni_stc.h
@@
-1032,7
+1032,7
@@
struct ni_private {
unsigned short pwm_down_count;
unsigned short ai_fifo_buffer[0x2000];
- u
int8_t
eeprom_buffer[M_SERIES_EEPROM_SIZE];
+ u
8
eeprom_buffer[M_SERIES_EEPROM_SIZE];
__be32 serial_number;
struct mite_struct *mite;