]> asedeno.scripts.mit.edu Git - linux.git/commit
kobject: Remove docstring reference to kset
authorTobin C. Harding <tobin@kernel.org>
Thu, 2 May 2019 02:31:39 +0000 (12:31 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 07:24:06 +0000 (09:24 +0200)
commit8fd7c302b37099670b5d793375da10a40da7edf5
treebecab5c784236f945c55973cd2b27663a6ee44fb
parentbbabc3fb2b6344577ee1a43d28355bf788e9b4a2
kobject: Remove docstring reference to kset

Currently the docstring for kobject_get_path() mentions 'kset'.  The
kset is not used in the function callchain starting from this function.

Remove docstring reference to kset from the function kobject_get_path().

Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject.c