staging: comedi: ni_stc.h: Prefer kernel type 'u8' over 'uint8_t'
Change the type to fix the checkpatch.pl issues. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fd46fe7381
commit
fb82926f24
@ -1032,7 +1032,7 @@ struct ni_private {
|
||||
unsigned short pwm_down_count;
|
||||
|
||||
unsigned short ai_fifo_buffer[0x2000];
|
||||
uint8_t eeprom_buffer[M_SERIES_EEPROM_SIZE];
|
||||
u8 eeprom_buffer[M_SERIES_EEPROM_SIZE];
|
||||
__be32 serial_number;
|
||||
|
||||
struct mite_struct *mite;
|
||||
|
Loading…
Reference in New Issue
Block a user