From: Peter Korsgaard Date: Tue, 17 Apr 2012 10:12:57 +0000 (+0200) Subject: core.c: fix 'the the' typo X-Git-Tag: next-20120430~17^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0d4e293ca8271cc7d7ac1423afe5ceb7d213d0fc;p=karo-tx-linux.git core.c: fix 'the the' typo Signed-off-by: Peter Korsgaard Signed-off-by: Greg Kroah-Hartman --- 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); * to NULL prevents an entry from being created. class->dev_kobj must * be set (or cleared) before any devices are registered to the class * otherwise device_create_sys_dev_entry() and - * device_remove_sys_dev_entry() will disagree about the the presence - * of the link. + * device_remove_sys_dev_entry() will disagree about the presence of + * the link. */ static struct kobject *device_to_dev_kobj(struct device *dev) {