From bb438fbabf588e68cc58ba1e9ff7935de0c63776 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 28 May 2008 09:28:39 -0700 Subject: [PATCH] --- yaml --- r: 104759 b: refs/heads/master c: 1e41250863cd4de5ffa0678c405d001ca5b62796 h: refs/heads/master i: 104757: 780d397ba6e5715da5d7080efd86f2c430a7e60e 104755: d36dc40224b6ef7810e1e7d818a398f9d9d57e68 104751: 5862b9b28d1d9e5322850177243aa610c5094291 v: v3 --- [refs] | 2 +- trunk/drivers/base/base.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 098dbf606af8..2980021d90ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9a0157328507c5f563e16a583cd0a063854aebb +refs/heads/master: 1e41250863cd4de5ffa0678c405d001ca5b62796 diff --git a/trunk/drivers/base/base.h b/trunk/drivers/base/base.h index 4435732437a5..c035dc23266a 100644 --- a/trunk/drivers/base/base.h +++ b/trunk/drivers/base/base.h @@ -41,10 +41,9 @@ struct driver_private { * struct class_private - structure to hold the private to the driver core portions of the class structure. * * @class_subsys - the struct kset that defines this class. This is the main kobject - * @children - list of class_devices associated with this class * @class_devices - list of devices associated with this class * @class_interfaces - list of class_interfaces associated with this class - * @class_dirs - + * @class_dirs - "glue" directory for virtual devices associated with this class * @class_sem - semaphore to protect the children, devices, and interfaces lists. * @class - pointer back to the struct class that this structure is associated * with.