Skip to content

Commit

Permalink
skeletonfb: documentation error fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed May 8, 2007
1 parent 55ff978 commit a42dc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/video/skeletonfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a42dc9d

Please sign in to comment.