summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25821
diff options
context:
space:
mode:
authorLeonid V. Fedorenchik2011-10-22 06:43:36 +0200
committerMauro Carvalho Chehab2011-11-24 21:52:07 +0100
commit7618aa0e46564aeaa7a48588fac4bc21a78f666b (patch)
tree83a7094128cfa72e347915db097ba63e64678cf7 /drivers/media/video/cx25821
parent[media] cx25821-medusa-defines.h: Fix typo (diff)
downloadkernel-qcow2-linux-7618aa0e46564aeaa7a48588fac4bc21a78f666b.tar.gz
kernel-qcow2-linux-7618aa0e46564aeaa7a48588fac4bc21a78f666b.tar.xz
kernel-qcow2-linux-7618aa0e46564aeaa7a48588fac4bc21a78f666b.zip
[media] cx25821-medusa-defines.h: Line up defines
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>
Diffstat (limited to 'drivers/media/video/cx25821')
-rw-r--r--drivers/media/video/cx25821/cx25821-medusa-defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx25821/cx25821-medusa-defines.h b/drivers/media/video/cx25821/cx25821-medusa-defines.h
index 07a614195492..7a9e6470ba22 100644
--- a/drivers/media/video/cx25821/cx25821-medusa-defines.h
+++ b/drivers/media/video/cx25821/cx25821-medusa-defines.h
@@ -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