]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8c53a4fb94126e43f29dd09dc6ed4f6d188caf8e
treedece6a9cbfe5ef832a48ada2ef0a8f484fbb250b
parentc02fddd4b85447d08d8a509da0c2f655ad535ebc
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