configfs: drop pointless kerneldoc comments
authorChristoph Hellwig <hch@lst.de>
Tue, 25 May 2021 08:28:54 +0000 (10:28 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 25 May 2021 08:30:31 +0000 (10:30 +0200)
commit44b9a000df5cc144c262a0da0d092dc04b93abca
treedece6a9cbfe5ef832a48ada2ef0a8f484fbb250b
parentdd33f1f7aaf0ce4d0b5ca139019ffbe3510238eb
configfs: drop pointless kerneldoc comments

file.c has a bunch of kerneldoc comments for static functions that do not
document any API but just list what is done.  Drop them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/configfs/file.c