Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 770238bf authored by sai's avatar sai Committed by Mauro Carvalho Chehab
Browse files

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: default avatarsai <tsg321@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 629dcf23
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -30,12 +30,12 @@
#include "cx25821.h"
#include "cx25821.h"
#include "tuner-xc2028.h"
#include "tuner-xc2028.h"


// board config info
/* board config info */


struct cx25821_board cx25821_boards[] = {
struct cx25821_board cx25821_boards[] = {
	[UNKNOWN_BOARD] = {
	[UNKNOWN_BOARD] = {
			   .name = "UNKNOWN/GENERIC",
			   .name = "UNKNOWN/GENERIC",
			   // Ensure safe default for unknown boards
			   /* Ensure safe default for unknown boards */
			   .clk_freq = 0,
			   .clk_freq = 0,
			   },
			   },