]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: Deal with some warnings from W=1
authorDavid Howells <dhowells@redhat.com>
Mon, 20 Sep 2021 12:14:15 +0000 (13:14 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 23 Sep 2021 19:06:17 +0000 (14:06 -0500)
commit63183a40dc7442037d1c5002d323df121fabbbd5
tree225e4d180bd58efaa9cba3af3f00eee1289c2ddc
parent46d4df4fbf2760252827d0aa105aa55d0abc6ae6
cifs: Deal with some warnings from W=1

Deal with some warnings generated from make W=1:

 (1) Add/remove/fix kerneldoc parameters descriptions.

 (2) Turn cifs' rqst_page_get_length()'s banner comment into a kerneldoc
     comment.  It should probably be prefixed with "cifs_" though.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/misc.c