Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d4f0b81 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9905): v4l2-compat32: add missing newline after kernel message

parent 69373f6a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -913,6 +913,8 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
#endif
	default:
		v4l_print_ioctl("compat_ioctl32", cmd);
		printk(KERN_CONT "\n");
		break;
	}
	return ret;
}