mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 12:21:15 -04: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