]> git.baikalelectronics.ru Git - kernel.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)
commit6abf4c3e303d1b594a2f7ace4dacb3f1f3d3d077
treebecab5c784236f945c55973cd2b27663a6ee44fb
parent1eb408bb9c4981d3a7cd468aeb75bda9f080390a
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