Home
last modified time | relevance | path

Searched hist:"393 b0638" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/filesystems/
H A Ddebugfs.rst393b0638 Fri May 21 13:45:19 CDT 2021 Greg Kroah-Hartman <gregkh@linuxfoundation.org> debugfs: remove return value of debugfs_create_bool()

No one checks the return value of debugfs_create_bool(), 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/20210521184519.1356639-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/openbmc/linux/include/linux/
H A Ddebugfs.h393b0638 Fri May 21 13:45:19 CDT 2021 Greg Kroah-Hartman <gregkh@linuxfoundation.org> debugfs: remove return value of debugfs_create_bool()

No one checks the return value of debugfs_create_bool(), 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/20210521184519.1356639-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/openbmc/linux/fs/debugfs/
H A Dfile.c393b0638 Fri May 21 13:45:19 CDT 2021 Greg Kroah-Hartman <gregkh@linuxfoundation.org> debugfs: remove return value of debugfs_create_bool()

No one checks the return value of debugfs_create_bool(), 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/20210521184519.1356639-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>