From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932360AbeEHNhT (ORCPT ); Tue, 8 May 2018 09:37:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:59284 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbeEHNhS (ORCPT ); Tue, 8 May 2018 09:37:18 -0400 From: Masami Hiramatsu To: Ingo Molnar Cc: mhiramat@kernel.org, Ravi Bangoria , Steven Rostedt , linux-kernel@vger.kernel.org, Ingo Molnar , Ananth N Mavinakayanahalli , Anil S Keshavamurthy , "David S . Miller" , Thomas Gleixner , Josef Bacik , Alexei Starovoitov Subject: [RFC PATCH -tip 1/4] Documentation/kprobes: Fix to remove remaining jprobe Date: Tue, 8 May 2018 22:36:54 +0900 Message-Id: <152578661447.31022.3645758529668101671.stgit@devbox> X-Mailer: git-send-email 2.13.6 In-Reply-To: <152578658468.31022.8952561651556318637.stgit@devbox> References: <152578658468.31022.8952561651556318637.stgit@devbox> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove jps from the document, since jprobe is removed. Signed-off-by: Masami Hiramatsu --- Documentation/kprobes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 22208bf2386d..5ae80baf3921 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt @@ -474,7 +474,7 @@ error occurs during registration, all probes in the array, up to the bad probe, are safely unregistered before the register_*probes function returns. -- kps/rps/jps: an array of pointers to ``*probe`` data structures +- kps/rps: an array of pointers to ``*probe`` data structures - num: the number of the array entries. .. note::