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 F2FEE2D8768; Wed, 4 Feb 2026 15:07:07 +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=1770217628; cv=none; b=UPPF7G5t7tNUy7Yt+L3N6desKjcXBovUgRUzyG/+1WvhaCzfRcmO3MfgnEyNX58LjxQXHGquwulxjFwHVGDUAm9b1oXzWhj+Z4qFIP1k3QELGW1GOpRwMcHtA5oXgSAec+fK6SPFuV7ga6HighoNOmm1vZGg9ObM3YAPOfUiy8w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770217628; c=relaxed/simple; bh=u7+OkXsIfjUHdttckknu3fgyPai8EyteFWkUzaNGG74=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=r/fsUaS6a4LKyzoT6a1HhUNSP2so3rPHmUgajVVqzzNMsJponb6W5Vn0pvv74+dg3BxkGdC2uuyIJ3r433cjk3HKWjXBmyoKCOj8he9050gX3LgFkv4ktmYKOOJcKqJP+QvbIkAZGer7BwVJab232D6AG9H5O4fTqNNwCUtXask= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mlsy0GNH; 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="mlsy0GNH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C29B2C116C6; Wed, 4 Feb 2026 15:07:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770217627; bh=u7+OkXsIfjUHdttckknu3fgyPai8EyteFWkUzaNGG74=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mlsy0GNHFNvFT/7ibpAllpVbf2OctK0IBhyyGVUp2UQbswBHfFm6pnuYaT3BIaU8t sCUgxFAxReVeDQi8dUpFaJpqhZNWMFatpPLn4Ahg0SaVlaV94LxfUHJmLpOZLKeylV mCHbg7108pSsKObRpqv2jQpLNejRAKYPqjK40FPw6HTwPXLfmCz2AeGY6PPAyDC4p3 1BDeB6nWeRN6q7G0Cxke5tB3aoR6TFYjFPSpBqPLe/qcQbx9zwPpT0NyukL0rwzHGq H7dJnW+u/ATn1lPdMwlWNQTPmFr8CrroRu399m/+rgbpp9QTMIFdc86euhp/kKsa52 qPAB1mOtZBp0Q== Received: from localhost ([::1]) by mail.kernel.org with esmtp (Exim 4.99.1) (envelope-from ) id 1vneTB-00000005VGt-32de; Wed, 04 Feb 2026 16:07:05 +0100 Date: Wed, 4 Feb 2026 16:07:04 +0100 From: Mauro Carvalho Chehab To: Hans Verkuil , Linux Doc Mailing List , Mauro Carvalho Chehab Cc: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Bryan O'Donoghue , Jonathan Corbet , Laurent Pinchart , Nicolas Dufresne , Ricardo Ribalda , Sakari Ailus , Sean Young Subject: Re: [PATCH 2/2] docs: media: media-committer: do some editorial changes Message-ID: <20260204160704.0741bbba@localhost> In-Reply-To: References: X-Mailer: Claws Mail 4.3.1 (GTK 3.24.51; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 4 Feb 2026 15:37:45 +0100 Mauro Carvalho Chehab wrote: > Do some editorial changes to make it look clearer: ... > Signed-off-by: Mauro Carvalho Chehab > --- > .../driver-api/media/media-committer.rst | 97 ++++++++++--------- > 1 file changed, 51 insertions(+), 46 deletions(-) ... > @@ -85,7 +89,7 @@ rules:: > > I agree to follow the Kernel development rules described at: > > - https://www.kernel.org/doc/html/latest/driver-api/media/media-committer.rst > + https://www.kernel.org/doc/html/latest/driver-api/media/media-committers.rst > > and to the Linux Kernel development process rules. Heh, this change is obviously wrong, except if we rename the rst document to also be media-committers.rst, which sounds a good idea to me: - Use "media-committers" for both the .rst file and for the git tree. So, please rename the file on v8 (or otherwise fix it here) -- Thanks, Mauro