Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4110396ybi; Tue, 18 Jun 2019 12:00:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqzY+sgxVKM6vEvTQCbowcNFkWXh5lNzOeWMTkJVBSIKIBKz+xDZg95mbGknRnP38kUfEEDy X-Received: by 2002:a17:902:6902:: with SMTP id j2mr43069161plk.321.1560884431083; Tue, 18 Jun 2019 12:00:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560884431; cv=none; d=google.com; s=arc-20160816; b=YQ+zt1MP1prD4ZPFZjHdQ2TGfltBFy/ke4banzOB+plT0TA7J6cQeXLX+BqgFtRyLG Z5H0W2384shf6mInpgzcgGl2GOYQT+qFgFTHpq0Zy4u1SmMd5NOMiyEJhCPGG/eABABi jLpVcDqDSa4m11f6eQ7dHw7RNoQAqLEcrIdqmayOU/zKKQpU3tQuiHWTlicqcm9Q2PH2 dKQKndsMlgGfjSyCgqbAaNm0W7msjHwMYWG8/Te6c1sc5dfNmsZ7TGUvct2iOoefXEth UGa0HDZxPbZEBsVagEYZf9s9bsN2SMOxH0vaac9oC1aSmM/DpY6RJJSRr7/4hORkk2Jv wulg== 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=5pKwvOkVM0C5cxkaA/QtBTaYkHxwCxeZXyFSr8Ncm+E=; b=J03BCaIDYF8AvRvyNqO6sNqRmbDcGcgKT05B8f2VEE2jE4cgjGZXh63RCimk8qp4ub S7NaMTDXjLxZonVNr8eI4tJHmi7folAhoCfOhLYEv2MMGhRexZbBOegakQH/NsLszbHF OJAKN0v+7Wh6iMtSdVRCAxdzXo0DCHIDcG7ywki5Rdfs7gUrVhAFlHWcsRIsVCwGAZL6 ngs3bv3yZHuoJGqnbARGLry8g0kafcEd8vYk3TFCFpipxd3RNeyFoAhQIvnmB6RlofSB 5tSUqjdPnKfpwLBqskNkQd/6MO53fIscVyQSed3pgwn4Rio3tCfGvH5Wv9tFCh3Am1Cp q85A== 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 w185si14676435pfb.170.2019.06.18.12.00.15; Tue, 18 Jun 2019 12:00:31 -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 S1730501AbfFRS75 (ORCPT + 99 others); Tue, 18 Jun 2019 14:59:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:38852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730231AbfFRS75 (ORCPT ); Tue, 18 Jun 2019 14:59:57 -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 38CDA206BA; Tue, 18 Jun 2019 18:59:56 +0000 (UTC) Date: Tue, 18 Jun 2019 14:59:54 -0400 From: Steven Rostedt To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Masami Hiramatsu , Ingo Molnar , Andreas Ziegler , Lecopzer Chen Subject: Re: [PATCH 2/6] docs: trace: add a missing blank line Message-ID: <20190618145954.308e8ec3@gandalf.local.home> In-Reply-To: <91f90c10c12c6a2f6fb90fc0f9115fbd8dd73848.1560883872.git.mchehab+samsung@kernel.org> References: <91f90c10c12c6a2f6fb90fc0f9115fbd8dd73848.1560883872.git.mchehab+samsung@kernel.org> 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 Tue, 18 Jun 2019 15:51:18 -0300 Mauro Carvalho Chehab wrote: > Sphinx expects a blank line after a literal block markup. > > Signed-off-by: Mauro Carvalho Chehab For the two tracing patches (1 and 2). Acked-by: Steven Rostedt (VMware) -- Steve > --- > Documentation/trace/kprobetrace.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/trace/kprobetrace.rst b/Documentation/trace/kprobetrace.rst > index 3d162d432a3c..caa0a8ba081e 100644 > --- a/Documentation/trace/kprobetrace.rst > +++ b/Documentation/trace/kprobetrace.rst > @@ -228,6 +228,7 @@ events, you need to enable it. > > Use the following command to start tracing in an interval. > :: > + > # echo 1 > tracing_on > Open something... > # echo 0 > tracing_on