Commit 0d4e293c authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Greg Kroah-Hartman

core.c: fix 'the the' typo

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 02fbe5e6
...@@ -878,8 +878,8 @@ EXPORT_SYMBOL_GPL(dev_set_name); ...@@ -878,8 +878,8 @@ EXPORT_SYMBOL_GPL(dev_set_name);
* to NULL prevents an entry from being created. class->dev_kobj must * to NULL prevents an entry from being created. class->dev_kobj must
* be set (or cleared) before any devices are registered to the class * be set (or cleared) before any devices are registered to the class
* otherwise device_create_sys_dev_entry() and * otherwise device_create_sys_dev_entry() and
* device_remove_sys_dev_entry() will disagree about the the presence * device_remove_sys_dev_entry() will disagree about the presence of
* of the link. * the link.
*/ */
static struct kobject *device_to_dev_kobj(struct device *dev) static struct kobject *device_to_dev_kobj(struct device *dev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment