From mboxrd@z Thu Jan 1 00:00:00 1970 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=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_SANE_1 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 53AEBC4727E for ; Wed, 30 Sep 2020 16:51:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F2A602076B for ; Wed, 30 Sep 2020 16:51:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726476AbgI3Qu7 (ORCPT ); Wed, 30 Sep 2020 12:50:59 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:51136 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgI3Qu7 (ORCPT ); Wed, 30 Sep 2020 12:50:59 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id 4FDA729CD77 Subject: Re: [PATCH v4 22/52] docs: get rid of :c:type explicit declarations for structs To: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet Cc: "Alexander A. Klimov" , "Theodore Y. Ts'o" , Alexandru Ardelean , Andrew Morton , Anshuman Khandual , Eric Biggers , Greg Kroah-Hartman , Jaegeuk Kim , Jaroslav Kysela , Jens Axboe , Jonathan Cameron , Mauro Carvalho Chehab , Mike Rapoport , Moritz Fischer , Puranjay Mohan , Randy Dunlap , Satya Tangirala , Takashi Iwai , Tom Rix , alsa-devel@alsa-project.org, linux-fpga@vger.kernel.org, linux-fscrypt@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mm@kvack.org References: From: =?UTF-8?Q?Andr=c3=a9_Almeida?= Message-ID: Date: Wed, 30 Sep 2020 13:50:46 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On 9/30/20 10:24 AM, Mauro Carvalho Chehab wrote: > The :c:type:`foo` only works properly with structs before > Sphinx 3.x. > > On Sphinx 3.x, structs should now be declared using the > .. c:struct, and referenced via :c:struct tag. > > As we now have the automarkup.py macro, that automatically > convert: > struct foo > > into cross-references, let's get rid of that, solving > several warnings when building docs with Sphinx 3.x. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/block/blk-mq.rst | 8 +++---- Regarding blk-mq.rst: Reviewed-by: André Almeida