From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753203AbdK1D0t (ORCPT ); Mon, 27 Nov 2017 22:26:49 -0500 Received: from mail-pl0-f66.google.com ([209.85.160.66]:43250 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbdK1D0s (ORCPT ); Mon, 27 Nov 2017 22:26:48 -0500 X-Google-Smtp-Source: AGs4zMaJfBhYlzzC1yJhD/iWB5QWHUi2iFs60h1XFw8IhIY/PR5+5SvpA/86PYA/w7nTK11SCFSSNw== From: Masanari Iida To: rostedt@goodmis.org, mingo@redhat.com, linux-kernel@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst Date: Tue, 28 Nov 2017 12:26:13 +0900 Message-Id: <20171128032613.28315-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.15.0.374.g5f9953d2c365 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch corrects some spelling typo in ftrace-users.rst Signed-off-by: Masanari Iida --- Documentation/trace/ftrace-uses.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/trace/ftrace-uses.rst b/Documentation/trace/ftrace-uses.rst index 8494a801d341..9df5ee15859a 100644 --- a/Documentation/trace/ftrace-uses.rst +++ b/Documentation/trace/ftrace-uses.rst @@ -12,7 +12,7 @@ Written for: 4.14 Introduction ============ -The ftrace infrastructure was originially created to attach callbacks to the +The ftrace infrastructure was originally created to attach callbacks to the beginning of functions in order to record and trace the flow of the kernel. But callbacks to the start of a function can have other use cases. Either for live kernel patching, or for security monitoring. This document describes @@ -29,7 +29,7 @@ going to idle, during CPU bring up and takedown, or going to user space. This requires extra care to what can be done inside a callback. A callback can be called outside the protective scope of RCU. -The ftrace infrastructure has some protections agains recursions and RCU +The ftrace infrastructure has some protections against recursions and RCU but one must still be very careful how they use the callbacks. -- 2.15.0.374.g5f9953d2c365