mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
staging: media: lirc: lirc_imon: Add space around the operators
CHECK: Add space around the operators { "<<", "*"}.
Signed-off-by: Anchal Jain <anchalj109@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c16f06f55c
commit
f32519bf8e
@@ -561,7 +561,7 @@ static void submit_data(struct imon_context *context)
|
||||
value |= PULSE_BIT;
|
||||
|
||||
for (i = 0; i < 4; ++i)
|
||||
buf[i] = value>>(i*8);
|
||||
buf[i] = value >> (i * 8);
|
||||
|
||||
lirc_buffer_write(context->driver->rbuf, buf);
|
||||
wake_up(&context->driver->rbuf->wait_poll);
|
||||
|
||||
Reference in New Issue
Block a user