Commit d85549a8 authored by Namrata A Shettar's avatar Namrata A Shettar Committed by Greg Kroah-Hartman

staging: media: lirc: Add space around '*'

Add space around '*' to resolve checkpatch issue.
Signed-off-by: default avatarNamrata A Shettar <namrataashettar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e2ba2cb3
......@@ -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)
......
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