]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: remove various function description warnings
authorSteve French <stfrench@microsoft.com>
Sat, 12 Dec 2020 18:08:58 +0000 (12:08 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 14 Dec 2020 15:16:23 +0000 (09:16 -0600)
commit2a53fb53859ff972bfe6b1bdaabddb92bec2514b
treef345beeb5bfee0591699de8104cc8ff4d83f6b60
parente6687870dfc37923f0eb24674a01aaa41ccc260f
cifs: remove various function description warnings

When compiling with W=1 I noticed various functions that
did not follow proper style in describing (in the comments)
the parameters passed in to the function. For example:

fs/cifs/inode.c:2236: warning: Function parameter or member 'mode' not described in 'cifs_wait_bit_killable'

I did not address the style warnings in two of the six files
(connect.c and misc.c) in order to reduce risk of merge
conflict with pending patches. We can update those later.

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_dfs_ref.c
fs/cifs/file.c
fs/cifs/inode.c
fs/cifs/smb2misc.c