diff options
author | Eva Rachel Retuya <eraretuya@gmail.com> | 2015-10-23 16:13:19 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-25 01:34:23 (GMT) |
commit | 74f63bd664b68efdb5b81db8c39765430206f394 (patch) | |
tree | b75fc5e0901ef824e36e00fcbdc2af0d8389db8c /drivers/leds | |
parent | 236276625452545c161448c70d67f0388bb13b4a (diff) | |
download | linux-74f63bd664b68efdb5b81db8c39765430206f394.tar.xz |
Staging: mt29f_spinand: Use preferred kernel types
Replace remaining instances of 'uint8_t' with 'u8' for consistency since
'u8' and 'u16' are already being used in other parts of the code.
Replace also 'uint32_t' with 'u32' on the header file.
Checkpatch pointed out this issue.
CHECK: Prefer kernel type 'u8' over 'uint8_t'
CHECK: Prefer kernel type 'u32' over 'uint32_t'
Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/leds')
0 files changed, 0 insertions, 0 deletions