Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4709902pxk; Wed, 30 Sep 2020 09:39:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwCUcZrCnDTgpg3+RzUOwnwFq+tWRq3qn3S4qIv5Dirm+oi0/ytpTBikwaNmxoG1T1p/py5 X-Received: by 2002:a50:a693:: with SMTP id e19mr3579450edc.205.1601483984736; Wed, 30 Sep 2020 09:39:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601483984; cv=none; d=google.com; s=arc-20160816; b=aDBavIezBA/o7S5TAMijCv3w/Pt/g4smiSy9gol+XZe5M1EAyxE86uXoirBs9CWf7f zYtEiwqDo6q4S6SyA7fAF591MLCiS8P8J1EAY4xQkPYFY8FwQ9zoRNAeTRn6mfhYl8KQ /gF1viRMvd0WB05IFqwuLpjFB/kPjCzUcPAC+Xo+2RVTI2jMWboN2jn3vuzaMa5qIab8 bOQA9e/Xqj+K0zdhntIodMx3b3hZKvc8rPcTFjh8estqSe+myEl3qVqssRNdnRPFY9RE P1s3QzKM5vDT6rGA0AyU5TnM3RBGdpnMhsLnupKuf/xyj0dtVtRpc9ZOgRrLbNogQhXG 6tKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=y19Ht3kTahgOyd8MNkyk1vcwq9qP3H1ndvLD7maY+yo=; b=VUE6U8DgMV1XNY40lnnTHkLAGFFp/h8EH/4H7ehLIPYaKyvT7xqipvrAGT6iXn3wVV IthkCX+leCnBnZoD8Y9NL/pNlp8RJtWyxUOACzXhur/Iow0ESskP5tD8oJajH5eby0e/ WXmH+Y+Yw0mQs2kP73LxTae8hCF+I2DnZTl4NeIExsxWBkWgVVAIIhqCeLU9f1JszvBv WbQF/JImEU2l80GNIyd/nYADk9YvQdIWC1FqwXO3P3VJQJy3gm3AGsqpgo/yyMiGu0qi N9sb8nuLuCk2ZokByfXNTlfzNbZweoJY04EWeOqaFZDFTuPl3o3+gWa3c/8jao9PbXU2 SZgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v27si1416090edx.611.2020.09.30.09.39.21; Wed, 30 Sep 2020 09:39:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730966AbgI3Qfj (ORCPT + 99 others); Wed, 30 Sep 2020 12:35:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:34644 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgI3Qfi (ORCPT ); Wed, 30 Sep 2020 12:35:38 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 890BC206DC; Wed, 30 Sep 2020 16:35:37 +0000 (UTC) Date: Wed, 30 Sep 2020 12:35:35 -0400 From: Steven Rostedt To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Kamalesh Babulal , Miroslav Benes , Petr Mladek , Sebastian Andrzej Siewior , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 23/52] docs: trace-uses.rst: remove bogus c-domain tags Message-ID: <20200930123535.43d7a957@gandalf.local.home> In-Reply-To: References: X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 30 Sep 2020 15:24:46 +0200 Mauro Carvalho Chehab wrote: > There are some c-domain tags that are wrong. While this won't > cause problems with Sphinx < 3.0, this cause troubles with > newer versions, as the C parser won't recognize the contents > of the tag, and will drop it from the output. > > Let's just place them at literal blocks. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Steven Rostedt (VMware) -- Steve