projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55ff978
)
skeletonfb: documentation error fixes
author
Antonino A. Daplas
<
[email protected]
>
Tue, 8 May 2007 07:38:55 +0000
(
00:38
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 8 May 2007 18:15:29 +0000
(11:15 -0700)
Documentation error fixes.
Signed-off-by: Antonino Daplas <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/skeletonfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/skeletonfb.c
b/drivers/video/skeletonfb.c
index 9fda5b5d64dde853c60852da4386001652b91503..7a7ed7dbe32665bed27ee159c901b09d50654e3e 100644
(file)
--- 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;