[media] lirc_dev: extremely trivial comment style fix

Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Andi Shyti 2016-07-06 06:01:25 -03:00 committed by Mauro Carvalho Chehab
parent b408809487
commit 62e92682c0
1 changed files with 2 additions and 1 deletions

View File

@ -690,7 +690,8 @@ ssize_t lirc_dev_fop_read(struct file *file,
/* According to the read(2) man page, 'written' can be
* returned as less than 'length', instead of blocking
* again, returning -EWOULDBLOCK, or returning
* -ERESTARTSYS */
* -ERESTARTSYS
*/
if (written)
break;
if (file->f_flags & O_NONBLOCK) {