]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Mon, 12 Apr 2021 04:22:20 +0000 (23:22 -0500)
commit8af71edd93c30c331b0ccca9f3ae2a796a2ba019
tree63759e6680705084b6493470efe9a0f7a2516cea
parent2f9d00e1fb2993ff3448b55629d178f09417498e
cifsd: fix wrong prototype in comment

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