Commit 86a2249d authored by Grant Likely's avatar Grant Likely Committed by Linus Torvalds

XilinxFB: typo bugfix

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 24cf273e
...@@ -84,7 +84,7 @@ static struct xilinxfb_platform_data xilinx_fb_default_pdata = { ...@@ -84,7 +84,7 @@ static struct xilinxfb_platform_data xilinx_fb_default_pdata = {
.xres = 640, .xres = 640,
.yres = 480, .yres = 480,
.xvirt = 1024, .xvirt = 1024,
.yvirt = 480; .yvirt = 480,
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment