aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-04-17 06:12:57 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-18 18:37:35 -0400
commit0d4e293ca8271cc7d7ac1423afe5ceb7d213d0fc (patch)
tree0dce3f3701aa41efab9ff16b614ed63dfa5d7e59 /drivers/base
parent02fbe5e61df654b2b39a1ddc1ae912c9e14c3ddd (diff)
core.c: fix 'the the' typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c
index e28ce9898af4..6cb25f1511df 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -878,8 +878,8 @@ EXPORT_SYMBOL_GPL(dev_set_name);
878 * to NULL prevents an entry from being created. class->dev_kobj must 878 * to NULL prevents an entry from being created. class->dev_kobj must
879 * be set (or cleared) before any devices are registered to the class 879 * be set (or cleared) before any devices are registered to the class
880 * otherwise device_create_sys_dev_entry() and 880 * otherwise device_create_sys_dev_entry() and
881 * device_remove_sys_dev_entry() will disagree about the the presence 881 * device_remove_sys_dev_entry() will disagree about the presence of
882 * of the link. 882 * the link.
883 */ 883 */
884static struct kobject *device_to_dev_kobj(struct device *dev) 884static struct kobject *device_to_dev_kobj(struct device *dev)
885{ 885{