[PATCH 3/3] staging: greybus: use preferred kernel type u32

Chaehyun Lim chaehyun.lim at gmail.com
Tue Sep 20 07:14:08 UTC 2016


On Tue, Sep 20, 2016 at 3:29 PM, Greg KH <gregkh at linuxfoundation.org> wrote:
> On Tue, Sep 20, 2016 at 09:47:31AM +0900, Chaehyun Lim wrote:
>> As suggested by checkpatch.pl:
>>
>> CHECK: Prefer kernel type 'u32' over 'uint32_t'
>>
>> Signed-off-by: Chaehyun Lim <chaehyun.lim at gmail.com>
>> ---
>>  drivers/staging/greybus/audio_codec.c         |  6 ++--
>>  drivers/staging/greybus/audio_codec.h         | 10 +++----
>>  drivers/staging/greybus/audio_gb.c            |  4 +--
>>  drivers/staging/greybus/sdio.c                |  2 +-
>>  drivers/staging/greybus/tools/loopback_test.c | 40 +++++++++++++--------------
>>  5 files changed, 31 insertions(+), 31 deletions(-)
>
> Oops, I applied this but will drop it as loopback_test is a userspace
> tool, and I don't think that u32 will work there.  Did you test build
> this?
>
> thanks,
>
> greg k-h

I'm sorry that I didn't notice it's not compiled when doing build this module

thanks
chaehyun lim


More information about the devel mailing list