lightnvm: remove checkpatch warning for unsigned ints
authorMatias Bjørling <m@bjorling.me>
Thu, 7 Jul 2016 07:54:12 +0000 (09:54 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 7 Jul 2016 14:51:52 +0000 (08:51 -0600)
commit5114e2773a6817cd14fb959c2a523eed2679eb02
treed79c994c5f173bb1a26bfe5fc7dd59dbb5d2852d
parent58eaaf9b6ccb8d5e40b83b75b2aeb29a63ce653a
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>
drivers/lightnvm/rrpc.c
drivers/lightnvm/rrpc.h