From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH v2 11/11] docs: fix broken references with multiple hints Date: Tue, 15 May 2018 10:52:28 -0400 Message-ID: <20180515105228.4ac2df94@gandalf.local.home> References: <63a4f8a93f9115475bc184d0f37d076c9b9c75ff.1525870886.git.mchehab+samsung@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <63a4f8a93f9115475bc184d0f37d076c9b9c75ff.1525870886.git.mchehab+samsung@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Mauro Carvalho Chehab Cc: Mark Rutland , linux-fbdev@vger.kernel.org, linux-usb@vger.kernel.org, Linux Doc Mailing List , David Airlie , Linus Walleij , dri-devel@lists.freedesktop.org, Harry Wei , devel@driverdev.osuosl.org, Jonathan Corbet , James Morris , Ingo Molnar , linux-input@vger.kernel.org, Roy Pledge , devicetree@vger.kernel.org, Bartlomiej Zolnierkiewicz , Jiri Kosina , Mauro Carvalho Chehab , linux-gpio@vger.kernel.org, Rob Herring , Greg Kroah-Hartman , Dmitry Torokhov , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, Benjamin List-Id: devicetree@vger.kernel.org On Wed, 9 May 2018 10:18:54 -0300 Mauro Carvalho Chehab wrote: > diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst > index 7b6b1236ec2e..c292117b83a9 100644 > --- a/Documentation/trace/events.rst > +++ b/Documentation/trace/events.rst > @@ -8,7 +8,7 @@ Event Tracing > 1. Introduction > =============== > > -Tracepoints (see Documentation/trace/tracepoints.txt) can be used > +Tracepoints (see Documentation/trace/tracepoints.rst) can be used > without creating custom kernel modules to register probe functions > using the event tracing infrastructure. > > diff --git a/Documentation/trace/tracepoint-analysis.rst b/Documentation/trace/tracepoint-analysis.rst > index b0c9c21f129d..716326b9f152 100644 > --- a/Documentation/trace/tracepoint-analysis.rst > +++ b/Documentation/trace/tracepoint-analysis.rst > @@ -6,7 +6,7 @@ Notes on Analysing Behaviour Using Events and Tracepoints > 1. Introduction > =============== > > -Tracepoints (see Documentation/trace/tracepoints.txt) can be used without > +Tracepoints (see Documentation/trace/tracepoints.rst) can be used without > creating custom kernel modules to register probe functions using the event > tracing infrastructure. > > diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h > index c94f466d57ef..19a690b559ca 100644 > --- a/include/linux/tracepoint.h > +++ b/include/linux/tracepoint.h > @@ -4,7 +4,7 @@ > /* > * Kernel Tracepoint API. > * > - * See Documentation/trace/tracepoints.txt. > + * See Documentation/trace/tracepoints.rst. > * > * Copyright (C) 2008-2014 Mathieu Desnoyers > * Acked-by: Steven Rostedt (VMware) -- Steve