video: s3c-fb: fix checkpatch error
[pandora-kernel.git] / drivers / video / s3c-fb.c
index 7c5158d..389189a 100644 (file)
@@ -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 */