diff options
Diffstat (limited to 'drivers/base/core.c')
-rw-r--r-- | drivers/base/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c index f8e72724dd4..74707b88f11 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c | |||
@@ -251,7 +251,7 @@ static int dev_uevent(struct kset *kset, struct kobject *kobj, | |||
251 | __func__, retval); | 251 | __func__, retval); |
252 | } | 252 | } |
253 | 253 | ||
254 | /* have the device type specific fuction add its stuff */ | 254 | /* have the device type specific function add its stuff */ |
255 | if (dev->type && dev->type->uevent) { | 255 | if (dev->type && dev->type->uevent) { |
256 | retval = dev->type->uevent(dev, env); | 256 | retval = dev->type->uevent(dev, env); |
257 | if (retval) | 257 | if (retval) |