driver core: drivers/base/sys.c: update comments
authorQinghuang Feng <s3c24xx@gmail.com>
Mon, 13 Oct 2008 10:05:04 +0000 (18:05 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 29 Oct 2008 22:03:49 +0000 (15:03 -0700)
commit65151365ad59af00e229d0fe33b4f1f9350c685f
treeec8f19633819ea06568ef32ffd795ae6e4fb5f11
parentbb20698d46bac1b2b48cfe1fcb33e54ac885946a
driver core: drivers/base/sys.c: update comments

There are no functions named sys_device_shutdown or sys_device_suspend
in the kernel.
They should be fixed to sysdev_shutdown and sysdev_suspend respectively.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/sys.c