]> git.baikalelectronics.ru Git - kernel.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)
commitf942ad6a9994001453129e136d7112c733f2588a
treeb23b3200311f2bf6fed2f7e5ff180183a21e05dc
parent720f518a33baf5b93c784bf52c836c89469d29ed
debugfs: update documented return values of debugfs helpers

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

Fixes: 9aab8ec1d842 ("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