Commit fb82926f authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: ni_stc.h: Prefer kernel type 'u8' over 'uint8_t'

Change the type to fix the checkpatch.pl issues.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fd46fe73
...@@ -1032,7 +1032,7 @@ struct ni_private { ...@@ -1032,7 +1032,7 @@ struct ni_private {
unsigned short pwm_down_count; unsigned short pwm_down_count;
unsigned short ai_fifo_buffer[0x2000]; unsigned short ai_fifo_buffer[0x2000];
uint8_t eeprom_buffer[M_SERIES_EEPROM_SIZE]; u8 eeprom_buffer[M_SERIES_EEPROM_SIZE];
__be32 serial_number; __be32 serial_number;
struct mite_struct *mite; struct mite_struct *mite;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment