mirror of https://gitee.com/openkylin/linux.git
[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:
parent
b408809487
commit
62e92682c0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue