driver core: Add the device driver-model structures to kerneldoc
authorWanlong Gao <wanlong.gao@gmail.com>
Wed, 4 May 2011 23:55:36 +0000 (07:55 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 7 May 2011 01:01:05 +0000 (18:01 -0700)
Add the comments to the structure bus_type, device_driver, device,
class to device.h for generating the driver-model kerneldoc. With another patch
these all removed from the files in Documentation/driver-model/ since
they are out of date. That will keep things up to date and provide a better way
to document this stuff.

Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Acked-by: Harry Wei <harryxiyou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found