diff options
author | Matias Bjørling <m@bjorling.me> | 2016-07-07 09:54:12 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-07-07 16:51:52 +0200 |
commit | 5114e2773a6817cd14fb959c2a523eed2679eb02 (patch) | |
tree | d79c994c5f173bb1a26bfe5fc7dd59dbb5d2852d /drivers/ata/pata_hpt37x.c | |
parent | lightnvm: Make functions not used by ouside static (diff) | |
download | linux-5114e2773a6817cd14fb959c2a523eed2679eb02.tar.xz linux-5114e2773a6817cd14fb959c2a523eed2679eb02.zip |
lightnvm: remove checkpatch warning for unsigned ints
Checkpatch found two incidents where the type was preferred to be
written out in full.
./drivers/lightnvm/rrpc.h:184: WARNING: Prefer 'unsigned int' to bare
use of 'unsigned'
./drivers/lightnvm/rrpc.h:209: WARNING: Prefer 'unsigned int' to bare
use of 'unsigned'
./drivers/lightnvm/rrpc.c:51: WARNING: Prefer 'unsigned int' to bare use
of 'unsigned'
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/ata/pata_hpt37x.c')
0 files changed, 0 insertions, 0 deletions