cifsd: fix wrong prototype in comment
authorNamjae Jeon <namjae.jeon@samsung.com>
Tue, 30 Mar 2021 05:42:05 +0000 (14:42 +0900)
committerSteve French <stfrench@microsoft.com>
Tue, 11 May 2021 00:15:30 +0000 (19:15 -0500)
kernel test robot reported:
 >> fs/cifsd/oplock.c:1454: warning: expecting prototype for
    create_durable_rsp__buf(). Prototype was for
    create_durable_rsp_buf() instead

This patch fix wrong prototype in comment.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/oplock.c

index 8e072c3..4ff23ae 100644 (file)
@@ -1436,7 +1436,7 @@ struct create_context *smb2_find_context_vals(void *open_req, const char *tag)
 }
 
 /**
- * create_durable_rsp__buf() - create durable handle context
+ * create_durable_rsp_buf() - create durable handle context
  * @cc:        buffer to create durable context response
  */
 void create_durable_rsp_buf(char *cc)