This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: v4l2-ctrls: Fix missing newline in examples
Author:  Marek Vasut <[email protected]>
Date:    Sun Jun 26 15:47:01 2022 +0100

Replace supportedn with supported\n , i.e. add the missing backslash.

Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 Documentation/userspace-api/media/v4l/control.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

diff --git a/Documentation/userspace-api/media/v4l/control.rst 
b/Documentation/userspace-api/media/v4l/control.rst
index 3eec65174260..4463fce694b0 100644
--- a/Documentation/userspace-api/media/v4l/control.rst
+++ b/Documentation/userspace-api/media/v4l/control.rst
@@ -461,10 +461,10 @@ Example: Changing controls
            perror("VIDIOC_QUERYCTRL");
            exit(EXIT_FAILURE);
        } else {
-           printf("V4L2_CID_BRIGHTNESS is not supportedn");
+           printf("V4L2_CID_BRIGHTNESS is not supported\n");
        }
     } else if (queryctrl.flags & V4L2_CTRL_FLAG_DISABLED) {
-       printf("V4L2_CID_BRIGHTNESS is not supportedn");
+       printf("V4L2_CID_BRIGHTNESS is not supported\n");
     } else {
        memset(&control, 0, sizeof (control));
        control.id = V4L2_CID_BRIGHTNESS;

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to