]> git.baikalelectronics.ru Git - kernel.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>
Tue, 11 May 2021 00:15:30 +0000 (19:15 -0500)
commit44731d5133daac171a692df9b1939f792a7a15f4
treeb0c0af0790774b743b83155e056824c275ff9291
parent110de80c055b85fd61ca32230e310c1609944ba7
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