Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1574684pxb; Thu, 28 Oct 2021 06:19:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzxLMRQ7iZsWSQshYbHrG/jmQ7XiA5Ukp6hyL0ucEGXTfnOEm1tFsstnPpdrRlSW6uSRSSo X-Received: by 2002:a05:6a00:851:b0:47c:990:9fe0 with SMTP id q17-20020a056a00085100b0047c09909fe0mr4197414pfk.20.1635427178251; Thu, 28 Oct 2021 06:19:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635427178; cv=none; d=google.com; s=arc-20160816; b=jjR2IPGOdhO44I/fkrchWtwLgejZtfWK55GO6UQqt5E8kiXWv49JGuvNxxplG5k8zD ZKI5AZkJkP5zb+t427uu63cXeIY/br1DTvapq4Nas/sRP8atYpI+ecj+fLFhtf4Hk0q6 U5GhJ4fzKfmOs8tbNCJhceK0FUnGYPHSPn3wBAn0uz4WpwL/ZRkNtrrIVkAr/f+TDN+T /DBVxTn8iX4w88JuzF0doE4evQD5o9hYlJVOUZPCiXelAMNxJpyBE4pvXvN28asPUYxx S8zmiAiS1b4KbIc2srcKK3i7vUHwNwRVTHYrbbbDETQMytkAaROcqo7ZbUPJo6WIUax2 3+dw== 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=spTadb8Vtz8dKcmU4VPSu5DSKoggqA5GHiQC9mErK58=; b=xSrbkOEGfsBR8k3Nc/3IoB0heMvxtD1W1+kgQqx1f2iuq0rUHrQ/aqKhoIDfXjWgJ3 mSUviSModSlOgSXC8xMJc8yPfSoFLeQ1s33CLbTCWWMBi6OJp9kOe5/BlxzU2BYpDL0r dsPeoZ9QKTnfL4MV62iX8WJKgSoKSzhuloWsbzI+XTb4pSMk+sRzeTX34uuUbiPLrJrb lG0j+uLLuq+bWrLefbnQpWEkrse27BJdkmCXlvqKYYqxyjoOCvQhZOSVy9yKM6ZYziFq tfo3Jn2skuBjWFVi33u41GeKy5jyYpgUjHOdUbyoaJaSuj3Mi4XB4LtRn3It5Hov83DM X5gA== 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 m18si3752498pgv.388.2021.10.28.06.19.23; Thu, 28 Oct 2021 06:19:38 -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 S230185AbhJ1NTQ (ORCPT + 99 others); Thu, 28 Oct 2021 09:19:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:35202 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229981AbhJ1NTP (ORCPT ); Thu, 28 Oct 2021 09:19:15 -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 EDF9C60F0F; Thu, 28 Oct 2021 13:16:47 +0000 (UTC) Date: Thu, 28 Oct 2021 09:16:46 -0400 From: Steven Rostedt To: Stephen Rothwell Cc: Kalesh Singh , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the ftrace tree Message-ID: <20211028091646.15f6e6de@gandalf.local.home> In-Reply-To: <20211028232345.5ffa43bc@canb.auug.org.au> References: <20211028232345.5ffa43bc@canb.auug.org.au> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; 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 Thu, 28 Oct 2021 23:23:45 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the ftrace tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/trace/histogram.rst:1766: WARNING: Inline emphasis start-string without end-string. I have no idea what that means. -- Steve > > Introduced by commit > > 2d2f6d4b8ce7 ("tracing/histogram: Document expression arithmetic and constants") >