Re: [RFC PATCH 2/5] kobject: Remove docstring reference to kset

2019-05-02 Thread Greg Kroah-Hartman
On Thu, May 02, 2019 at 12:31:39PM +1000, Tobin C. Harding wrote: > 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(). > >

[RFC PATCH 2/5] kobject: Remove docstring reference to kset

2019-05-01 Thread Tobin C. Harding
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 --- lib/kobject.c | 5 ++--- 1 file changed, 2