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

Commit 50a2a8b3 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10133): v4l2-framework: use correct comment style.

parent 7943ecf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -410,7 +410,7 @@ for you.


	err = video_register_device(vdev, VFL_TYPE_GRABBER, -1);
	err = video_register_device(vdev, VFL_TYPE_GRABBER, -1);
	if (err) {
	if (err) {
		video_device_release(vdev); // or kfree(my_vdev);
		video_device_release(vdev); /* or kfree(my_vdev); */
		return err;
		return err;
	}
	}