debugfs: remove return value of debugfs_create_x32()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 13:29:30 +0000 (15:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2019 13:07:55 +0000 (06:07 -0700)
commitf5cb0a7e64f41b6f1c5cacc64a476962f5e97f91
tree14d7ebcac659914cdbe56fea357d2ce4ae3235b0
parente40d38f28c10e3010b2828f2c737b50fb81bda8f
debugfs: remove return value of debugfs_create_x32()

No one checks the return value of debugfs_create_x32(), 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/20191011132931.1186197-7-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/filesystems/debugfs.txt
fs/debugfs/file.c
include/linux/debugfs.h