Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Ddebugfs.rstdiff 393b06383fb77a006a29eb1574474d468e8c868b Fri May 21 20:45:19 CEST 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>
/linux/include/linux/
H A Ddebugfs.hdiff 393b06383fb77a006a29eb1574474d468e8c868b Fri May 21 20:45:19 CEST 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>
/linux/fs/debugfs/
H A Dfile.cdiff 393b06383fb77a006a29eb1574474d468e8c868b Fri May 21 20:45:19 CEST 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>