Re: [PATCH] Fix kobject documentation

2007-07-27 Thread Randy Dunlap
On Fri, 27 Jul 2007 13:21:15 +0200 Cornelia Huck wrote: > On Fri, 27 Jul 2007 19:27:26 +0900, > Satoru Takeuchi <[EMAIL PROTECTED]> wrote: > > > Fix kobject documentation as follows. > > > > - remove trailing spaces. > > - struct device_subsys -> devices_subsys > > > > Signed-off-by: Satoru T

Re: [PATCH] Fix kobject documentation

2007-07-27 Thread Cornelia Huck
Update kobject documentation: - Update structure definitions. - Remove documentation of removed struct subsystem. (First shot, uevent_ops probably need some documentation as well.) Signed-off-by: Cornelia Huck <[EMAIL PROTECTED]> --- Documentation/kobject.txt | 178 +++--

Re: [PATCH] Fix kobject documentation

2007-07-27 Thread Cornelia Huck
On Fri, 27 Jul 2007 19:27:26 +0900, Satoru Takeuchi <[EMAIL PROTECTED]> wrote: > Fix kobject documentation as follows. > > - remove trailing spaces. > - struct device_subsys -> devices_subsys > > Signed-off-by: Satoru Takeuchi<[EMAIL PROTECTED]> This is certainly a start, but kobject.txt need

[PATCH] Fix kobject documentation

2007-07-27 Thread Satoru Takeuchi
Fix kobject documentation as follows. - remove trailing spaces. - struct device_subsys -> devices_subsys Signed-off-by: Satoru Takeuchi<[EMAIL PROTECTED]> Index: linux-2.6.23-rc1/Documentation/kobject.txt === --- linux-2.6.23-rc1.