Skip to content

Commit

Permalink
[media] drivers: staging: media: lirc: lirc_parallel: Fix multiline c…
Browse files Browse the repository at this point in the history
…omments by adding trailing '*'

Signed-off-by: Aayush Gupta <aayustark007@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • Loading branch information
AayuStark007 authored and mchehab committed Jul 13, 2016
1 parent 273b902 commit a8e55d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/media/lirc/lirc_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ static void lirc_lirc_irq_handler(void *blah)

/* enable interrupt */
/*
enable_irq(irq);
out(LIRC_PORT_IRQ, in(LIRC_PORT_IRQ)|LP_PINTEN);
*/
* enable_irq(irq);
* out(LIRC_PORT_IRQ, in(LIRC_PORT_IRQ)|LP_PINTEN);
*/
}

/*** file operations ***/
Expand Down Expand Up @@ -620,7 +620,7 @@ static void kf(void *handle)
lirc_off();
/* this is a bit annoying when you actually print...*/
/*
printk(KERN_INFO "%s: reclaimed port\n", LIRC_DRIVER_NAME);
* printk(KERN_INFO "%s: reclaimed port\n", LIRC_DRIVER_NAME);
*/
}

Expand Down

0 comments on commit a8e55d7

Please sign in to comment.