projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4da9c9
)
video: s3c-fb: fix typo in comment
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 27 Sep 2012 10:24:05 +0000
(19:24 +0900)
committer
Jingoo Han
<jg1.han@samsung.com>
Mon, 26 Nov 2012 04:35:35 +0000
(13:35 +0900)
"sturucture" should be "structure".
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
drivers/video/s3c-fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/s3c-fb.c
b/drivers/video/s3c-fb.c
index
2ed7b63
..
d23fd46
100644
(file)
--- a/
drivers/video/s3c-fb.c
+++ b/
drivers/video/s3c-fb.c
@@
-189,7
+189,7
@@
struct s3c_fb_vsync {
/**
* struct s3c_fb - overall hardware state of the hardware
- * @slock: The spinlock protection for this data st
u
ructure.
+ * @slock: The spinlock protection for this data structure.
* @dev: The device that we bound to, for printing, etc.
* @bus_clk: The clk (hclk) feeding our interface and possibly pixclk.
* @lcd_clk: The clk (sclk) feeding pixclk.