cifsd: Prefer kernel type 'u16' over 'uint16_t'
authorNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 09:01:08 +0000 (18:01 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 09:13:59 +0000 (18:13 +0900)
commitfc2d1b58c4f2c7240093d738ca99cfcf7a8b3107
tree38fbef25ab809c13d8d14535813769a7a476b1f8
parentc986ed981ae6a622a453c533389994b6aed6359b
cifsd: Prefer kernel type 'u16' over 'uint16_t'

Fix a warning from checkpatch.pl --strict:

 CHECK: Prefer kernel type 'u16' over 'uint16_t'
 #112: FILE: server.c:112:
 +       uint16_t command;

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/server.c
fs/cifsd/smb2pdu.c
fs/cifsd/smb_common.h