mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
staging: media: lirc: Add space around '*'
Add space around '*' to resolve checkpatch issue. Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e2ba2cb327
commit
d85549a80b
@@ -185,7 +185,7 @@ static int atir_init_start(void)
|
||||
|
||||
static void cycle_delay(int cycle)
|
||||
{
|
||||
udelay(WAIT_CYCLE*cycle);
|
||||
udelay(WAIT_CYCLE * cycle);
|
||||
}
|
||||
|
||||
static int poll_main(void)
|
||||
|
||||
Reference in New Issue
Block a user