]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c2da87f20416dcf783dc063552a02aa4e9b7b04
tree38fbef25ab809c13d8d14535813769a7a476b1f8
parent40bb64cd192d3199084b894e0d49d821b76f13c5
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