]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a6e97dd88c289841495dccf397e5de4570f6966
treeb75fc5e0901ef824e36e00fcbdc2af0d8389db8c
parent48fcf07f4d7d32f9437a64ce3a3668736d8271cd
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