From patchwork Wed Sep 30 06:35:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 255547 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=-13.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, 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 00924C2D0A8 for ; Wed, 30 Sep 2020 06:36:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8ADC207C3 for ; Wed, 30 Sep 2020 06:36:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601447799; bh=EtRGmIsfdSn+nJFr0PpwO5FfDqpexevAafV+Zei2Qsw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=lTBZzeLp9hSMRqVEYJ4vMJlMUlRHx2jk/kXrGswQRbZKbXRGoeWcsdBII6I5zM/jZ jRTglQ50aOv1ryonEXf5SVrFK+Kx+UCKWDxhLy/WgGhFCKTFL06Gyn1DjyShR8pLj6 qc43Qn1iokalz7ojj6gyLORHxV7GMD5GLFz6zTh8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728318AbgI3Ggg (ORCPT ); Wed, 30 Sep 2020 02:36:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:59312 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727886AbgI3GgH (ORCPT ); Wed, 30 Sep 2020 02:36:07 -0400 Received: from mail.kernel.org (ip5f5ad5c4.dynamic.kabel-deutschland.de [95.90.213.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 382BB2137B; Wed, 30 Sep 2020 06:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601447766; bh=EtRGmIsfdSn+nJFr0PpwO5FfDqpexevAafV+Zei2Qsw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UorkgwiC3ozsGrZ3lX4UFpXLv8GMx1obQf5xy9Zm6sWAPHS2X7rohTnEb745Z6zIU HyH+P8K01T8CnQ1fTvBhjmqUqXgye51ZO0O7Nk4b6gCPSwQ2kEQH38saZ/aL0uHJzh Lgy/QFdLkyyH4JTadoX8duYUq/z6j/1GqxrH8Ie8= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kNVid-001QmW-Uy; Wed, 30 Sep 2020 08:36:03 +0200 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: [PATCH 5/9] media: v4l2-subdev.rst: get rid of a duplicatd kernel-doc markup Date: Wed, 30 Sep 2020 08:35:58 +0200 Message-Id: <7b5bf459111b3b6056864513e636157218134299.1601447236.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.26.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 There are two kernel-doc markups for include/media/v4l2-async.h, one at v4l2-async.rst and another one at v4l2-subdev.rst. Sphinx 3.x checks it and complains for duplicated symbols. So, get rid of one of them. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/media/v4l2-subdev.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2-subdev.rst index d3e0fd6652b0..6248ea99e979 100644 --- a/Documentation/driver-api/media/v4l2-subdev.rst +++ b/Documentation/driver-api/media/v4l2-subdev.rst @@ -495,5 +495,3 @@ V4L2 sub-device functions and data structures --------------------------------------------- .. kernel-doc:: include/media/v4l2-subdev.h - -.. kernel-doc:: include/media/v4l2-async.h