From patchwork Tue Oct 6 14:03:15 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: 286367 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.8 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,URIBL_BLOCKED,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 C969DC4727D for ; Tue, 6 Oct 2020 14:07:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82D9520789 for ; Tue, 6 Oct 2020 14:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601993268; bh=L11eOxvDowjwlPTvkbhyZpdA60k6ulJgvpYz2/X3w3M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=tEMsIvAeDSqIZH0+iLQSRtQeS1caP0zW4LQPB9XLDc/KYmLqvLLlrNbKUXT5Qe672 78VDt7AOaWC9ZL1BBmiSdLkPSddkKF3KClnkGDSso4ZuPmqg3w/vhbgHIo9hUosiWF R2+NJxZriNaXBaVyTbnvrAtYqiHsHLhAv6WtaoLg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727122AbgJFOHd (ORCPT ); Tue, 6 Oct 2020 10:07:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:33308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbgJFODy (ORCPT ); Tue, 6 Oct 2020 10:03:54 -0400 Received: from mail.kernel.org (ip5f5ad5bd.dynamic.kabel-deutschland.de [95.90.213.189]) (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 F308321531; Tue, 6 Oct 2020 14:03:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601993034; bh=L11eOxvDowjwlPTvkbhyZpdA60k6ulJgvpYz2/X3w3M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=utzVEZ+I6yEOXDk0tKJru+kpjYdPrAAs6HyCj9XqyGUND+1/nIq/1peYVdIoPDIpn 4H6CzH7CR0L18UdaFNVAVztO8exdnCWFx/aR7jOOqTBjy/G6zhKY51Kml9MjE31GUp ORZNgsaVsoPeiWGGwrX6iCkdT3gsR6douoHGuEGE= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kPnZH-0019FL-Tu; Tue, 06 Oct 2020 16:03:51 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Hans Verkuil , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH v5 18/52] media: cec-core.rst: don't use c:type for structs Date: Tue, 6 Oct 2020 16:03:15 +0200 Message-Id: <0485962b41feb825f22c8bd1635481b5829904b3.1601992016.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 The new C domain code on Sphinx 3 doesn't allow anymore to use c:type:: for structs. Now that cdomain.py has backward support, let's use c:struct:: instead. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/media/cec-core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/media/cec-core.rst b/Documentation/driver-api/media/cec-core.rst index 03016eeaf8f4..bc42982ac21e 100644 --- a/Documentation/driver-api/media/cec-core.rst +++ b/Documentation/driver-api/media/cec-core.rst @@ -98,7 +98,7 @@ Implementing the Low-Level CEC Adapter The following low-level adapter operations have to be implemented in your driver: -.. c:type:: struct cec_adap_ops +.. c:struct:: cec_adap_ops .. code-block:: none