]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: remove return value of debugfs_create_x8()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 13:29:28 +0000 (15:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 2 Nov 2019 17:09:12 +0000 (18:09 +0100)
commit39d4dda81560a5a4f67875a02cc018169327018f
tree088a6c5b71ed3f7da2b2ff05002becaf469c5022
parent892ff43875019f716291586d0cb5f07894c4285e
debugfs: remove return value of debugfs_create_x8()

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