From: "Antonino A. Daplas" Documentation error fixes. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/skeletonfb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/video/skeletonfb.c~skeletonfb-documentation-error-fixes drivers/video/skeletonfb.c --- a/drivers/video/skeletonfb.c~skeletonfb-documentation-error-fixes +++ a/drivers/video/skeletonfb.c @@ -959,11 +959,11 @@ static int xxxfb_suspend(struct platform /** * 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; _