debugfs: remove return value of debugfs_create_devm_seqfile()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Oct 2020 13:10:37 +0000 (15:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 07:37:39 +0000 (08:37 +0100)
commit0d519cbf38eed4f895aed197d4b135fa7f60f7c2
tree69006636c6434ed4071f606726901a33ce739b2d
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
debugfs: remove return value of debugfs_create_devm_seqfile()

No one checks the return value of debugfs_create_devm_seqfile(), as it's
not needed, so make the return value void, so that no one tries to do so
in the future.

Link: https://lore.kernel.org/r/20201023131037.2500765-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/filesystems/debugfs.rst
fs/debugfs/file.c
include/linux/debugfs.h