debugfs: remove return value of debugfs_create_size_t()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 13:29:27 +0000 (15:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2019 10:18:07 +0000 (12:18 +0200)
commit8e5802635f0f9f7329ec8ffdec15479946c99fb1
tree652cab4c943167ccd8d9586464d03ee5831e4b31
parentad26221fb9e64e69e32a2caf58dba067ca4e815e
debugfs: remove return value of debugfs_create_size_t()

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

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