From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8B299357CF0; Tue, 12 May 2026 07:12:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778569959; cv=none; b=qByoqeQcffzh40XmtW85BYDsT2s1bDnlxXcSP1JTd1vfm40qUTE0VXSACK8mqTGoCjOb3KGoNkffZhrtHzqt6QZv3bYPTMXyuBtwaXbEkVO/R7WrycUPFKo5uQhlltGY3V15nHDKfi1OA7dLPqqKq9ax2su11Mb0MRv1spPA6uE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778569959; c=relaxed/simple; bh=amcrQ3v2kSJPgYiVkZ++GNcRSUY0DFIA4SwNZGlg+Cc=; h=Message-ID:Date:MIME-Version:From:Subject:To:Cc:References: In-Reply-To:Content-Type; b=pmN/p3gCPBSiOD69u9re50ipmpGCP9nbeyRCGBsY6Sd0X0tY9CBp27ws5U3JMLcTVo9S9/Z3zGkfcs1RULYMv5gYkskFg+R1I0UcPg+GdOCzauvrz/EuBHnkwbvPdUifJ2JEtb4lBPr5F0Rv4fQFL1849TSCmMjS56GY7dqW568= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BbVJBN7T; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BbVJBN7T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42D1EC2BCB0; Tue, 12 May 2026 07:12:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778569959; bh=amcrQ3v2kSJPgYiVkZ++GNcRSUY0DFIA4SwNZGlg+Cc=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=BbVJBN7TmXlMBLCH7oOA2fZNFfb9/+A/rSw0VsPtOBCCNLDHr6DBHWh1JtbdLyLnh bo7x2+NlRJ8wmroDxhKOn4y0zuTuagx7fabmHcOXMEcZrvpH4UsV/DRcop/hSI/E5N +yvOUiPouodq4xcAtb2FgBLMMtvW3uW/F0NAfxkDLoU+tHLOKUtDww+HqPauoHiepm tOzL8rOa+gnxezKx2wn/VqA1+YhwMBphnL6crh2PeeaHVyGaN+XaLbTBTaxLJ4esgu DxQpaRTBL4l3yYQ/4so+yDqnAAXT9vYxUMLR/OgkN64p/+ZJoj07CnT+0IJ3dLqn7n ZKiIO5/6hkENw== Message-ID: Date: Tue, 12 May 2026 09:12:36 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Hans Verkuil Subject: Re: [PATCH v2 1/4] docs: fix repeated word 'that' in userspace-api documentation To: Adrien Reynard , mchehab@kernel.org Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260508163756.16213-1-reynard.adrien.08@gmail.com> <20260509143043.16403-1-reynard.adrien.08@gmail.com> Content-Language: en-US, nl In-Reply-To: <20260509143043.16403-1-reynard.adrien.08@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 09/05/2026 16:30, Adrien Reynard wrote: > Remove duplicated word 'that' in two places in the V4L2 > documentation files vidioc-g-ext-ctrls.rst and > vidioc-subscribe-event.rst. > > Signed-off-by: Adrien Reynard > --- > Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst | 2 +- > .../userspace-api/media/v4l/vidioc-subscribe-event.rst | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst > index b8698b85bd80..8d5db414f8fa 100644 > --- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst > +++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst > @@ -64,7 +64,7 @@ should re-allocate the memory to this new size and try again. For the > string type it is possible that the same issue occurs again if the > string has grown in the meantime. It is recommended to call > :ref:`VIDIOC_QUERYCTRL` first and use > -``maximum``\ +1 as the new ``size`` value. It is guaranteed that that is > +``maximum``\ +1 as the new ``size`` value. It is guaranteed that is > sufficient memory. > > N-dimensional arrays are set and retrieved row-by-row. You cannot set a > diff --git a/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst b/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst > index a6fc3c5fe99d..845a90573e54 100644 > --- a/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst > +++ b/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst > @@ -94,7 +94,7 @@ using the :ref:`VIDIOC_DQEVENT` ioctl. > a V4L2_EVENT_CTRL to be sent back to that same filehandle. > Normally such events are suppressed to prevent feedback loops > where an application changes a control to a one value and then > - another, and then receives an event telling it that that control > + another, and then receives an event telling it that control > has changed to the first value. > > Since it can't tell whether that event was caused by another This is actually correct English: https://englishcolege.com/is-that-that-grammatically-correct/#:~:text=Yes.,specific%20(as%20a%20pronoun). Rejecting this patch. Regards, Hans