]> asedeno.scripts.mit.edu Git - linux.git/commit
debugfs: update documented return values of debugfs helpers
authorRonald Tschalär <ronald@innovation.ch>
Mon, 15 Apr 2019 08:25:05 +0000 (01:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Apr 2019 09:56:50 +0000 (11:56 +0200)
commit9abb24990a2bfa3d9dd35a6b3b93ff54d9cc7908
treeb23b3200311f2bf6fed2f7e5ff180183a21e05dc
parent5de363b66a37a0193e28a2de64fa4996159bd5ee
debugfs: update documented return values of debugfs helpers

Since commit ff9fb72bc077 ("debugfs: return error values, not NULL")
these helper functions do not return NULL anymore (with the exception
of debugfs_create_u32_array()).

Fixes: ff9fb72bc077 ("debugfs: return error values, not NULL")
Signed-off-by: Ronald Tschalär <ronald@innovation.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/filesystems/debugfs.txt
fs/debugfs/file.c