V4L/DVB: staging:cx2581: fixes coding style issues in cx25821-cards.c

This patch fixes all the coding style issues reported by checkpatch.pl tool

Signed-off-by: sai <tsg321@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
sai 2010-03-22 23:29:25 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 629dcf23df
Коммит 770238bf56
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,12 +30,12 @@
#include "cx25821.h"
#include "tuner-xc2028.h"
// board config info
/* board config info */
struct cx25821_board cx25821_boards[] = {
[UNKNOWN_BOARD] = {
.name = "UNKNOWN/GENERIC",
// Ensure safe default for unknown boards
/* Ensure safe default for unknown boards */
.clk_freq = 0,
},