drbd: Replace "unsigned" with "unsigned int"
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 6 Apr 2022 19:07:13 +0000 (21:07 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Apr 2022 01:54:24 +0000 (19:54 -0600)
commite6be38a164ba2023af9c5c2c35eb728cb1825120
tree5fa33373d8affa763b5494831384d46dd64c04f6
parentba6bee98d0c539a1e78fe62949fe16032e8f68fb
drbd: Replace "unsigned" with "unsigned int"

when run checkpath.pl for the first patch, found that
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'.
so fix it. BTW

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Acked-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com>
Link: https://lore.kernel.org/r/20220406190715.1938174-6-christoph.boehmwalder@linbit.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_receiver.c