]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[media] cx25821-medusa-defines.h: Line up defines
authorLeonid V. Fedorenchik <leonidsbox@gmail.com>
Sat, 22 Oct 2011 04:43:36 +0000 (01:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 24 Nov 2011 20:52:07 +0000 (18:52 -0200)
Line up constant defines to the same column.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx25821/cx25821-medusa-defines.h

index 07a6141954927d84d439f85d6e8b67ab7ce23817..7a9e6470ba227db92d2a26fc89c83388fa6c3d89 100644 (file)
@@ -34,9 +34,9 @@
 #define VDEC_H         7
 
 /* end of display sequence */
-#define END_OF_SEQ                                     0xF;
+#define END_OF_SEQ     0xF;
 
 /* registry string size */
-#define MAX_REGISTRY_SZ                                        40;
+#define MAX_REGISTRY_SZ        40;
 
 #endif