Commit 2e1ea06e authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] cxd2820r: whitespace fix

Make checkpatch.pl happy by fixing whitespaces introduced by
commit 79e8b8e3b8cbf67130247a3f6d25732373fe2f34
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2892bd0d
...@@ -71,7 +71,7 @@ struct cxd2820r_priv { ...@@ -71,7 +71,7 @@ struct cxd2820r_priv {
u8 bank[2]; u8 bank[2];
u8 gpio[3]; u8 gpio[3];
fe_delivery_system_t delivery_system; fe_delivery_system_t delivery_system;
}; };
...@@ -83,10 +83,10 @@ int cxd2820r_gpio(struct dvb_frontend *fe); ...@@ -83,10 +83,10 @@ int cxd2820r_gpio(struct dvb_frontend *fe);
int cxd2820r_wr_reg_mask(struct cxd2820r_priv *priv, u32 reg, u8 val, int cxd2820r_wr_reg_mask(struct cxd2820r_priv *priv, u32 reg, u8 val,
u8 mask); u8 mask);
int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val,
int len); int len);
u32 cxd2820r_div_u64_round_closest(u64 dividend, u32 divisor); u32 cxd2820r_div_u64_round_closest(u64 dividend, u32 divisor);
int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val,
...@@ -106,7 +106,7 @@ int cxd2820r_get_frontend_c(struct dvb_frontend *fe, ...@@ -106,7 +106,7 @@ int cxd2820r_get_frontend_c(struct dvb_frontend *fe,
int cxd2820r_set_frontend_c(struct dvb_frontend *fe, int cxd2820r_set_frontend_c(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params); struct dvb_frontend_parameters *params);
int cxd2820r_read_status_c(struct dvb_frontend *fe, fe_status_t *status); int cxd2820r_read_status_c(struct dvb_frontend *fe, fe_status_t *status);
int cxd2820r_read_ber_c(struct dvb_frontend *fe, u32 *ber); int cxd2820r_read_ber_c(struct dvb_frontend *fe, u32 *ber);
...@@ -131,7 +131,7 @@ int cxd2820r_get_frontend_t(struct dvb_frontend *fe, ...@@ -131,7 +131,7 @@ int cxd2820r_get_frontend_t(struct dvb_frontend *fe,
int cxd2820r_set_frontend_t(struct dvb_frontend *fe, int cxd2820r_set_frontend_t(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params); struct dvb_frontend_parameters *params);
int cxd2820r_read_status_t(struct dvb_frontend *fe, fe_status_t *status); int cxd2820r_read_status_t(struct dvb_frontend *fe, fe_status_t *status);
int cxd2820r_read_ber_t(struct dvb_frontend *fe, u32 *ber); int cxd2820r_read_ber_t(struct dvb_frontend *fe, u32 *ber);
...@@ -156,7 +156,7 @@ int cxd2820r_get_frontend_t2(struct dvb_frontend *fe, ...@@ -156,7 +156,7 @@ int cxd2820r_get_frontend_t2(struct dvb_frontend *fe,
int cxd2820r_set_frontend_t2(struct dvb_frontend *fe, int cxd2820r_set_frontend_t2(struct dvb_frontend *fe,
struct dvb_frontend_parameters *params); struct dvb_frontend_parameters *params);
int cxd2820r_read_status_t2(struct dvb_frontend *fe, fe_status_t *status); int cxd2820r_read_status_t2(struct dvb_frontend *fe, fe_status_t *status);
int cxd2820r_read_ber_t2(struct dvb_frontend *fe, u32 *ber); int cxd2820r_read_ber_t2(struct dvb_frontend *fe, u32 *ber);
...@@ -173,5 +173,5 @@ int cxd2820r_sleep_t2(struct dvb_frontend *fe); ...@@ -173,5 +173,5 @@ int cxd2820r_sleep_t2(struct dvb_frontend *fe);
int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe, int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe,
struct dvb_frontend_tune_settings *s); struct dvb_frontend_tune_settings *s);
#endif /* CXD2820R_PRIV_H */ #endif /* CXD2820R_PRIV_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment