[media] lirc_dev: extremely trivial comment style fix
authorAndi Shyti <[email protected]>
Wed, 6 Jul 2016 09:01:25 +0000 (06:01 -0300)
committerMauro Carvalho Chehab <[email protected]>
Wed, 13 Jul 2016 18:27:16 +0000 (15:27 -0300)
Signed-off-by: Andi Shyti <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
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) {