mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
[media] drivers: staging: media: lirc: lirc_parallel: Fix multiline comments by adding trailing '*'
Signed-off-by: Aayush Gupta <aayustark007@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
273b902a5b
commit
a8e55d7e65
@ -305,8 +305,8 @@ 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);
|
||||
*/
|
||||
}
|
||||
|
||||
@ -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);
|
||||
*/
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user