Staging: mt29f_spinand: Use preferred kernel types
authorEva Rachel Retuya <eraretuya@gmail.com>
Fri, 23 Oct 2015 16:13:19 +0000 (00:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:34:23 +0000 (18:34 -0700)
commit74f63bd664b68efdb5b81db8c39765430206f394
treeb75fc5e0901ef824e36e00fcbdc2af0d8389db8c
parent236276625452545c161448c70d67f0388bb13b4a
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>
drivers/staging/mt29f_spinand/mt29f_spinand.c
drivers/staging/mt29f_spinand/mt29f_spinand.h