]> git.karo-electronics.de Git - linux-beck.git/commit
usb: usbip:checkpatch; fix bare use of unsigned
authorJai Krishna <rjk1024@gmail.com>
Tue, 25 Oct 2016 09:02:32 +0000 (14:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 14:59:59 +0000 (16:59 +0200)
commit1f0c41dd0c216401e88a2665dc6a07ce24d6079d
tree81415882b75384971b359e4e680091e94fda6d87
parent5864f7c113992658e2fd5761ce1bac2f79c9c967
usb: usbip:checkpatch; fix bare use of unsigned

This patch fixes the following checkpatch warning for usbip files
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: Jai Krishna <rjk1024@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vudc_dev.c
drivers/usb/usbip/vudc_transfer.c