Skip to content

Commit

Permalink
[media] cxd2820r: whitespace fix
Browse files Browse the repository at this point in the history
Make checkpatch.pl happy by fixing whitespaces introduced by
commit 79e8b8e3b8cbf67130247a3f6d25732373fe2f34

Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
palosaari authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 2892bd0 commit 2e1ea06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions drivers/media/dvb/frontends/cxd2820r_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct cxd2820r_priv {

u8 bank[2];
u8 gpio[3];

fe_delivery_system_t delivery_system;
};

Expand All @@ -83,10 +83,10 @@ int cxd2820r_gpio(struct dvb_frontend *fe);

int cxd2820r_wr_reg_mask(struct cxd2820r_priv *priv, u32 reg, u8 val,
u8 mask);

int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val,
int len);

u32 cxd2820r_div_u64_round_closest(u64 dividend, u32 divisor);

int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val,
Expand All @@ -106,7 +106,7 @@ int cxd2820r_get_frontend_c(struct dvb_frontend *fe,

int cxd2820r_set_frontend_c(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params);

int cxd2820r_read_status_c(struct dvb_frontend *fe, fe_status_t *status);

int cxd2820r_read_ber_c(struct dvb_frontend *fe, u32 *ber);
Expand All @@ -131,7 +131,7 @@ int cxd2820r_get_frontend_t(struct dvb_frontend *fe,

int cxd2820r_set_frontend_t(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params);

int cxd2820r_read_status_t(struct dvb_frontend *fe, fe_status_t *status);

int cxd2820r_read_ber_t(struct dvb_frontend *fe, u32 *ber);
Expand All @@ -156,7 +156,7 @@ int cxd2820r_get_frontend_t2(struct dvb_frontend *fe,

int cxd2820r_set_frontend_t2(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params);

int cxd2820r_read_status_t2(struct dvb_frontend *fe, fe_status_t *status);

int cxd2820r_read_ber_t2(struct dvb_frontend *fe, u32 *ber);
Expand All @@ -173,5 +173,5 @@ int cxd2820r_sleep_t2(struct dvb_frontend *fe);

int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe,
struct dvb_frontend_tune_settings *s);

#endif /* CXD2820R_PRIV_H */

0 comments on commit 2e1ea06

Please sign in to comment.