]> asedeno.scripts.mit.edu Git - linux.git/commit
debugfs: remove return value of debugfs_create_u16()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 13:29:25 +0000 (15:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2019 10:18:06 +0000 (12:18 +0200)
commit313f5dbba41d905d59c820bb2d91ee6c661aff99
tree5c7f89b18ba55c5e15efcf387f6c7e03f91059be
parent9655ac4aca20d654769b8f0d6a5be34b7ce7bad1
debugfs: remove return value of debugfs_create_u16()

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