From patchwork Sun Jun 26 16:46:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 84332 X-Patchwork-Delegate: hverkuil@xs4all.nl Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1o5VP6-002y4p-0y; Sun, 26 Jun 2022 16:46:32 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231797AbiFZQqa (ORCPT + 1 other); Sun, 26 Jun 2022 12:46:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbiFZQq3 (ORCPT ); Sun, 26 Jun 2022 12:46:29 -0400 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34A8EDFCD for ; Sun, 26 Jun 2022 09:46:28 -0700 (PDT) Received: from tr.lan (ip-86-49-12-201.net.upcbroadband.cz [86.49.12.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 266E88123D; Sun, 26 Jun 2022 18:46:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1656261986; bh=JwxtbtpH5NZ0Uoaxtila394jHAOb4v2hkL3MmQOO3+w=; h=From:To:Cc:Subject:Date:From; b=ibBHb2dD4wqW36hCSkTBqYlDWCFQX9j/cDq46ozN5FPBr6+u1gcJnMFy6AeexgPzI NX/2xUKNhPwmXiJn+C6hUiMIOQbqlbBTOnI7ByvU/jJAjN3/qLdziqnihAQYoZGZu1 cxV7vTw+CqtambbWJM1/hoS20r59EPTYvYS7ynGS2GsigtnX0BJ+nvCKIXC9xr5rNE luQ+eOeOgkMRoNv2a6zjECqc3/wdvlThrFU1Dk3TVKbYLzPV8SwPx3tenBUs7B09eq Op3AEjL3weId6De0n37BsRX4nDLhmtw4Ynil55vlU2YspC9BAlQTMlcqFN9sUzVPdP Y7kTsYG0abQ7w== From: Marek Vasut To: linux-media@vger.kernel.org Cc: Marek Vasut , Hans Verkuil , Mauro Carvalho Chehab Subject: [PATCH] media: docs: Fix VIVIOC typo Date: Sun, 26 Jun 2022 18:46:08 +0200 Message-Id: <20220626164608.15718-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.5 (--) X-LSpam-Report: No, score=-2.5 required=5.0 tests=BAYES_00=-1.9,DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1 autolearn=ham autolearn_force=no Replace VIVIOC_ with VIDIOC_ , trivial typo fix. Signed-off-by: Marek Vasut Cc: Hans Verkuil Cc: Mauro Carvalho Chehab --- Documentation/userspace-api/media/v4l/mmap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/userspace-api/media/v4l/mmap.rst b/Documentation/userspace-api/media/v4l/mmap.rst index 16b1e13b029f5..a5672573dd6fd 100644 --- a/Documentation/userspace-api/media/v4l/mmap.rst +++ b/Documentation/userspace-api/media/v4l/mmap.rst @@ -232,7 +232,7 @@ In the write loop, when the application runs out of free buffers, it must wait until an empty buffer can be dequeued and reused. To enqueue and dequeue a buffer applications use the -:ref:`VIVIOC_QBUF ` and :ref:`VIDIOC_DQBUF ` +:ref:`VIDIOC_QBUF ` and :ref:`VIDIOC_DQBUF ` ioctl. The status of a buffer being mapped, enqueued, full or empty can be determined at any time using the :ref:`VIDIOC_QUERYBUF` ioctl. Two methods exist to suspend execution of the application until one or more