fat (exportfs): fix some kernel-doc warnings
authorBo Liu <liubo03@inspur.com>
Fri, 11 Nov 2022 07:56:48 +0000 (02:56 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 1 Dec 2022 00:13:17 +0000 (16:13 -0800)
commit811b99fd237e17230d660c6000021f23ce3f3985
treec44600e6537c527c27c03d5f2ef46a4b836f42c2
parentce2fcf1516d674a174d9b34d1e1024d64de9fba3
fat (exportfs): fix some kernel-doc warnings

Fix the following W=1 kernel build warning(s):

  fs/fat/nfs.c:21: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
  fs/fat/nfs.c:139: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Link: https://lkml.kernel.org/r/20221111075648.4005-1-liubo03@inspur.com
Signed-off-by: Bo Liu <liubo03@inspur.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/nfs.c