]> 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, 19 Apr 2021 00:20:50 +0000 (19:20 -0500)
commit4ca4d2760fa0287ba0f49b36a4ced2fdae484187
treea262408b2bb754d5c8aaf37c942c645a5d96733a
parent81ef4d463ed9d10d6640b05b4ee79ebfd3e059d2
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