projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8bd493
)
video: s3c-fb: fix checkpatch error
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 26 Jan 2012 10:38:45 +0000
(19:38 +0900)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Sat, 28 Jan 2012 20:50:40 +0000
(20:50 +0000)
This patch fixes the checkpatch error listed below:
ERROR: trailing statements should be on next line
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/s3c-fb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/s3c-fb.c
b/drivers/video/s3c-fb.c
index 7c5158dda0bf8f91ec9827a6fb9b5d1a3b9a172d..389189a9e7759513f7a4a22b4bfa76688b33e0d8 100644
(file)
--- a/
drivers/video/s3c-fb.c
+++ b/
drivers/video/s3c-fb.c
@@
-48,7
+48,8
@@
#undef writel
#define writel(v, r) do { \
printk(KERN_DEBUG "%s: %08x => %p\n", __func__, (unsigned int)v, r); \
- __raw_writel(v, r); } while (0)
+ __raw_writel(v, r); \
+} while (0)
#endif /* FB_S3C_DEBUG_REGWRITE */
/* irq_flags bits */