Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68003
b: refs/heads/master
c: a1148fb
h: refs/heads/master
i:
  68001: da26a63
  67999: 4ec373f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 12, 2007
1 parent 1f566f5 commit 01228e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f4afc410b8d2be49f34835b6bbe788f50471b02
refs/heads/master: a1148fb03f3c5d0bb5e6641234c2251a15741361
4 changes: 2 additions & 2 deletions trunk/drivers/base/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void driver_release(struct kobject * kobj)
*/
}

static struct kobj_type ktype_driver = {
static struct kobj_type driver_ktype = {
.sysfs_ops = &driver_sysfs_ops,
.release = driver_release,
};
Expand Down Expand Up @@ -868,7 +868,7 @@ int bus_register(struct bus_type * bus)

kobject_set_name(&bus->drivers.kobj, "drivers");
bus->drivers.kobj.parent = &bus->subsys.kobj;
bus->drivers.ktype = &ktype_driver;
bus->drivers.ktype = &driver_ktype;
retval = kset_register(&bus->drivers);
if (retval)
goto bus_drivers_fail;
Expand Down

0 comments on commit 01228e3

Please sign in to comment.