From: Antonino A. Daplas Date: Tue, 8 May 2007 07:38:55 +0000 (-0700) Subject: skeletonfb: documentation error fixes X-Git-Tag: v2.6.22-rc1~411 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a42dc9d4804cc5e111952008492dae9d34c6a541;p=~shefty%2Frdma-dev.git skeletonfb: documentation error fixes Documentation error fixes. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c index 9fda5b5d64d..7a7ed7dbe32 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;