From patchwork Thu Jan 14 07:53:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 363198 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85178C4332B for ; Thu, 14 Jan 2021 07:55:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49DF7239EB for ; Thu, 14 Jan 2021 07:55:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727852AbhANHzN (ORCPT ); Thu, 14 Jan 2021 02:55:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:56960 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727450AbhANHzL (ORCPT ); Thu, 14 Jan 2021 02:55:11 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id DF22123A04; Thu, 14 Jan 2021 07:53:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610610830; bh=isoBxnGBMg6yz5uKMo7IvAKU8TSee/5z770+NgdHm70=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pY+1jrde9X3m+ROhnvcbBYSzsRtm3lqFTylHhi99r/ZhP016donDrKiiXpfHC3a5A LLu0bN5fyOWSgtoOCxahwXcqxMCb/1hKR4+TwSSLkZ8an58E3GWLfAytlekTyueTUR W7T2DtYPKnJI/HgF2eadb/iEIz/6Xggrs3LlSvC0knxbv0OkfXKEdnSidwGLNy548p 8HpFhr0Ej3EMcfWFS2DLBZz0EeH8vnF0WMaH4SJJx2Yva34EgfsSJP2B5sQDYNAGhP ANzsXccvph17dW2j8COL/sWB8aYsOqC1M/FVdaDpqxKqLUevfmRKNxa7Hh83LxZuHH 3QYRy/4k9nx5Q== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kzxRz-00EPuJ-CF; Thu, 14 Jan 2021 08:53:47 +0100 From: Mauro Carvalho Chehab To: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Linux Doc Mailing List" , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH 09/10] media: v4l2-subdev.rst: fix a missing whitespace Date: Thu, 14 Jan 2021 08:53:44 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Solves this warning: .../Documentation/driver-api/media/v4l2-subdev.rst:125: WARNING: Inline interpreted text or phrase reference start-string without end-string. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/media/v4l2-subdev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2-subdev.rst index 6d5c799c49fe..0e82c77cf3e2 100644 --- a/Documentation/driver-api/media/v4l2-subdev.rst +++ b/Documentation/driver-api/media/v4l2-subdev.rst @@ -123,7 +123,7 @@ Don't forget to cleanup the media entity before the sub-device is destroyed: media_entity_cleanup(&sd->entity); If a sub-device driver implements sink pads, the subdev driver may set the -link_validate field in :c:type:`v4l2_subdev_pad_ops`to provide its own link +link_validate field in :c:type:`v4l2_subdev_pad_ops` to provide its own link validation function. For every link in the pipeline, the link_validate pad operation of the sink end of the link is called. In both cases the driver is still responsible for validating the correctness of the format configuration