Skip to content

Commit

Permalink
[media] cx25821.h: Line up defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 0abfefb commit c7855ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/cx25821/cx25821.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#define MAX_CAMERAS 16

/* Max number of inputs by card */
#define MAX_CX25821_INPUT 8
#define MAX_CX25821_INPUT 8
#define INPUT(nr) (&cx25821_boards[dev->board].input[nr])
#define RESOURCE_VIDEO0 1
#define RESOURCE_VIDEO1 2
Expand All @@ -85,7 +85,7 @@

#define BUFFER_TIMEOUT (HZ) /* 0.5 seconds */

#define UNKNOWN_BOARD 0
#define UNKNOWN_BOARD 0
#define CX25821_BOARD 1

/* Currently supported by the driver */
Expand Down

0 comments on commit c7855ee

Please sign in to comment.