Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286951
b: refs/heads/master
c: 4f4ffe5
h: refs/heads/master
i:
  286949: 09870aa
  286947: aae830a
  286943: 655a7f6
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Jan 24, 2012
1 parent de57fea commit 9da2f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0863b04d1578879173aacbc5c7be749fccb70809
refs/heads/master: 4f4ffe52e1e5ddb9708fe075aaef4424f1fb744a
9 changes: 5 additions & 4 deletions trunk/drivers/base/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,9 +915,10 @@ static BUS_ATTR(uevent, S_IWUSR, NULL, bus_uevent_store);

/**
* __bus_register - register a driver-core subsystem
* @bus: bus.
* @bus: bus to register
* @key: lockdep class key
*
* Once we have that, we registered the bus with the kobject
* Once we have that, we register the bus with the kobject
* infrastructure, then register the children subsystems it has:
* the devices and drivers that belong to the subsystem.
*/
Expand Down Expand Up @@ -1220,8 +1221,8 @@ static void system_root_device_release(struct device *dev)
}
/**
* subsys_system_register - register a subsystem at /sys/devices/system/
* @subsys - system subsystem
* @groups - default attributes for the root device
* @subsys: system subsystem
* @groups: default attributes for the root device
*
* All 'system' subsystems have a /sys/devices/system/<name> root device
* with the name of the subsystem. The root device can carry subsystem-
Expand Down

0 comments on commit 9da2f1a

Please sign in to comment.