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)
commit03ab9cb982b622239cc2542ce7617b98a9ea159e
tree225e4d180bd58efaa9cba3af3f00eee1289c2ddc
parente946d3c887a9dc33aa82a349c6284f4a084163f4
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