diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 01:43:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 18:52:07 -0200 |
commit | 7618aa0e46564aeaa7a48588fac4bc21a78f666b (patch) | |
tree | 83a7094128cfa72e347915db097ba63e64678cf7 /drivers/media/video/cx25821 | |
parent | bc8b5dcaf5939045d89efa737b1ef583171e2436 (diff) |
[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.h | 4 |
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 07a61419549..7a9e6470ba2 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 |