aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonino A. Daplas <adaplas@gmail.com>2007-05-08 03:38:55 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:29 -0400
commita42dc9d4804cc5e111952008492dae9d34c6a541 (patch)
treef46a87179ca8b8bf2260b8eeccad098b1e5a1282
parent55ff9780e7cedc9168dab4d42483c70011c53ace (diff)
skeletonfb: documentation error fixes
Documentation error fixes. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/video/skeletonfb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c
index 9fda5b5d64dd..7a7ed7dbe326 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)
959 959
960/** 960/**
961 * xxxfb_resume - Optional but recommended function. Resume the device. 961 * xxxfb_resume - Optional but recommended function. Resume the device.
962 * @dev: PCI device 962 * @dev: platform device
963 * 963 *
964 * See Documentation/power/devices.txt for more information 964 * See Documentation/power/devices.txt for more information
965 */ 965 */
966static int xxxfb_suspend(struct platform_dev *dev) 966static int xxxfb_resume(struct platform_dev *dev)
967{ 967{
968 struct fb_info *info = platform_get_drvdata(dev); 968 struct fb_info *info = platform_get_drvdata(dev);
969 struct xxxfb_par *par = info->par; 969 struct xxxfb_par *par = info->par;