V4L/DVB (13253): cx23885: CodingStyle fix
Add whitespace around binary operators in cx23888-ir.c Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
7fb101ae25
commit
928213aad7
@ -243,7 +243,8 @@ static inline u16 ns_to_lpf_count(unsigned int ns)
|
||||
static inline unsigned int lpf_count_to_ns(unsigned int count)
|
||||
{
|
||||
/* Duration of the Low Pass Filter rejection window in ns */
|
||||
return DIV_ROUND_CLOSEST(count * 1000, CX23888_IR_REFCLK_FREQ/1000000);
|
||||
return DIV_ROUND_CLOSEST(count * 1000,
|
||||
CX23888_IR_REFCLK_FREQ / 1000000);
|
||||
}
|
||||
|
||||
static inline unsigned int lpf_count_to_us(unsigned int count)
|
||||
|
Loading…
x
Reference in New Issue
Block a user