]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] lirc_dev: extremely trivial comment style fix
authorAndi Shyti <andi.shyti@samsung.com>
Wed, 6 Jul 2016 09:01:25 +0000 (06:01 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 13 Jul 2016 18:27:16 +0000 (15:27 -0300)
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/lirc_dev.c

index 64a3d93a21ef530758f453ed2f76f53e93656549..4be447070fc44747de9d02f636c098d5bc206e31 100644 (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) {