Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp697741yba; Wed, 24 Apr 2019 08:11:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqz6Eij9p/N0oU96asUEEZzG0ZOP2eY4w3e61fXcLVU+NtJYeSj70y2yfOy/6SpP2uEJfa+N X-Received: by 2002:a62:2046:: with SMTP id g67mr33108696pfg.121.1556118686520; Wed, 24 Apr 2019 08:11:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556118686; cv=none; d=google.com; s=arc-20160816; b=r8PfYFZuuJeNq9+LJGavIVcJu3j1T4OpddRB8rCafxYtdviDttY4JPdIlHXC9EnK4S imw2tGIBWGXy17ZFv2XHsB8PzfzauVfqJzE3bnYpAE6Vmdsmo37bwUf0qIcV3lBr+NxM PELdXaUuwVYuY/gjMj1B0M+1X0pKlLytc3sjSYGVrssQT5OxjgiUIczusJrCpkvtDZYi qmU6eyhjkMoZVB0oNW0sA1WCiGQlm83/eGoIn8g+J0FW8p+8DuO9TNGFX/VIewk3PMNr NF49oe/G+ZJNTjPOn3fTr4zGv8XYEkUe7wYq1Jd0PO8nJVCQANtrpwlVp8CTaZhkQgSM jQGA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=xxyo9PblgMUZE1+QyA68gEOBrgpsmSzyAfvxDTy/RwM=; b=J1nZm9aeW+T9lgUpTM6MGO1IUkKL7TipgTsrka6klD5yTzuLtxdxNKIyJh1BqGchlK 7xEglyC5OLK1tbWdcBz9vdKkCWGtdHE7jMcK/kMJ0v3LTT4idnceD7nzJf66PkjsPKSo vgkuGvVO51C/ev3iYU5O2RCCpodxYeYWj5pBqEvDDlAvGCOr5qRHQUImr8PUqWekK0/5 TASGdREud2T9Dc8Zv6QeUJ1PZvNmbJh7DOYMs6nKle0jiToDaHuGvEPT/es+EO7H+W4C 18Yx8KdB6C+CZvlFBSWP/ZCkcnJuXmjhLBfqGXEnQCfLj3ShO556EY3v/A17zTJM7ZLv ro1Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h1si19926272pfj.187.2019.04.24.08.11.10; Wed, 24 Apr 2019 08:11:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730808AbfDXPKM (ORCPT + 99 others); Wed, 24 Apr 2019 11:10:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:35606 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727876AbfDXPKL (ORCPT ); Wed, 24 Apr 2019 11:10:11 -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 9CE1420878; Wed, 24 Apr 2019 15:10:10 +0000 (UTC) Date: Wed, 24 Apr 2019 11:10:09 -0400 From: Steven Rostedt To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Ingo Molnar Subject: Re: [PATCH v2 02/79] docs: trace: fix some Sphinx warnings Message-ID: <20190424111009.63fa8007@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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 Apr 2019 10:26:51 -0300 Mauro Carvalho Chehab wrote: > There are some warnings produced when building trace. Fix them. > I guess I'm fine with this (I just read the text file as is). Acked-by: Steven Rostedt (VMware) -- Steve > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/trace/ftrace.rst | 1 + > Documentation/trace/histogram.rst | 86 ++++++++++++++++--------------- > 2 files changed, 45 insertions(+), 42 deletions(-) >