]> 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)
commit82c2ed20769b56edc966d76b9084ccb76f891574
treeb0c0af0790774b743b83155e056824c275ff9291
parentd63fef87b3204145a58d9a86ed09d0b231e53c57
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