From: majianpeng Date: Wed, 11 Jan 2012 15:12:06 +0000 (+0000) Subject: base/core.c:fix typo in comment in function device_add X-Git-Tag: upstream/snapshot3+hdmi~8232^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=268863f43629ef88763400d0cae4a66c754a0d23;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git base/core.c:fix typo in comment in function device_add Signed-off-by: majianpeng Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/core.c b/drivers/base/core.c index ad29e92..74dda4f 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -1034,7 +1034,7 @@ int device_add(struct device *dev) device_pm_add(dev); /* Notify clients of device addition. This call must come - * after dpm_sysf_add() and before kobject_uevent(). + * after dpm_sysfs_add() and before kobject_uevent(). */ if (dev->bus) blocking_notifier_call_chain(&dev->bus->p->bus_notifier,