From a42dc9d4804cc5e111952008492dae9d34c6a541 Mon Sep 17 00:00:00 2001 From: "Antonino A. Daplas" Date: Tue, 8 May 2007 00:38:55 -0700 Subject: [PATCH] skeletonfb: documentation error fixes Documentation error fixes. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/skeletonfb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c index 9fda5b5..7a7ed7d 100644 --- a/drivers/video/skeletonfb.c +++ b/drivers/video/skeletonfb.c @@ -959,11 +959,11 @@ static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) /** * xxxfb_resume - Optional but recommended function. Resume the device. - * @dev: PCI device + * @dev: platform device * * See Documentation/power/devices.txt for more information */ -static int xxxfb_suspend(struct platform_dev *dev) +static int xxxfb_resume(struct platform_dev *dev) { struct fb_info *info = platform_get_drvdata(dev); struct xxxfb_par *par = info->par; -- 1.8.2.3