video: s3c-fb: fix checkpatch error
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>
This commit is contained in:
parent
f8bd493456
commit
05e52b4bfb
@ -48,7 +48,8 @@
|
|||||||
#undef writel
|
#undef writel
|
||||||
#define writel(v, r) do { \
|
#define writel(v, r) do { \
|
||||||
printk(KERN_DEBUG "%s: %08x => %p\n", __func__, (unsigned int)v, r); \
|
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 */
|
#endif /* FB_S3C_DEBUG_REGWRITE */
|
||||||
|
|
||||||
/* irq_flags bits */
|
/* irq_flags bits */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user