Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2328336ybi; Thu, 20 Jun 2019 13:07:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqx/xvJXQTUNLDQxFHtU+tlyHZ2L/itUT+uXNT+LaPmLTk2mN7IOWyoi8/MWz0HlgMt3/Rgj X-Received: by 2002:a17:902:f089:: with SMTP id go9mr57398779plb.81.1561061250509; Thu, 20 Jun 2019 13:07:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561061250; cv=none; d=google.com; s=arc-20160816; b=UyW6A0wiCmjibxgNnEbYAD/8C7Sy9ZBaYzNGf2/4aYpvQkYJ44carQbmQ1Yfbq3Wwk RWfN5WRVhw5+9TPpLA2wappETLSFvLpruG/JlC53J4njcVUt3IHHBZBAu4LchpTrxh8G oUl0tyirf09l40ce0N7masUoqQNjRGcdcyaBv/OVoBtBpw+6XeH/CNkk4A0rRImnOVOr nDotemLA6k6t4e1uPgnGNh1s8MRBadsVj399S1rYTFt1wbK0Y4UI2FEEteEIavbw1eV0 doi4g6OKFiuLQaS+e4oGcTBB1wZWNZO21I6vSryynLkW2JuT3By2RyJiE5gapjQvrGsf OfzA== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=RQ91wI5nZQepMVUpXuB4NHlFF6YbX2L7+Yp1dAc1gg8=; b=rAaIn8XD8tV+m4djGT2S/j7OzBc0xQOjz4P1ukyo1VqH1fMJgrQqUM464AxPsCNOCH h/OsrqLBlXpC9CC7CqwXX6qSgire5DKzK9I1eP0az6gTXYoDRhiJ3ubHsFgSjVUnTUKy QYUivyCH2x2WbwZdxhGwoSU/lOr8/wQirZnPhRKJD03MDuqPJyIr4krAivy0fQAF07ES J7uBLeQdkbn0TjEzXWXzzMr+w2+Ldz96R3Io59NJEXhgYz0GtwaBkRRYmLjFgqneQ3T1 6SZEYg1kNDAQu9TqqRCy/VLYjxrUZKMQH4eDsBYS6SBZnU9MWlWUfo4I2g6ZUbEQSgiV 1H+w== 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 r138si391340pfr.199.2019.06.20.13.07.15; Thu, 20 Jun 2019 13:07:30 -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 S1726960AbfFTUGx (ORCPT + 99 others); Thu, 20 Jun 2019 16:06:53 -0400 Received: from ms.lwn.net ([45.79.88.28]:47546 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726043AbfFTUGx (ORCPT ); Thu, 20 Jun 2019 16:06:53 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id D22A82BA; Thu, 20 Jun 2019 20:06:52 +0000 (UTC) Date: Thu, 20 Jun 2019 14:06:51 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Masami Hiramatsu , "Steven Rostedt (VMware)" , Andreas Ziegler , Lecopzer Chen Subject: Re: [PATCH 1/6] docs: trace: fix a broken label Message-ID: <20190620140651.393e4680@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 Jun 2019 15:51:17 -0300 Mauro Carvalho Chehab wrote: > Sphinx warnings about his: > > Documentation/trace/kprobetrace.rst:68: WARNING: undefined label: user_mem_access (if the link has no caption the label must precede a section header) > > The problem is quite simple: Sphinx wants a blank line after > references. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/trace/kprobetrace.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/trace/kprobetrace.rst b/Documentation/trace/kprobetrace.rst > index b729b40a5ba5..3d162d432a3c 100644 > --- a/Documentation/trace/kprobetrace.rst > +++ b/Documentation/trace/kprobetrace.rst > @@ -96,6 +96,7 @@ which shows given pointer in "symbol+offset" style. > For $comm, the default type is "string"; any other type is invalid. > > .. _user_mem_access: This one doesn't apply to docs-next; it should probably go through whichever tree introduced the issue into linux-next. Thanks, jon