Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst

This patch corrects some spelling typo in ftrace-users.rst

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Masanari Iida and committed by
Jonathan Corbet
e37274fa 3b443955

+2 -2
+2 -2
Documentation/trace/ftrace-uses.rst
··· 12 12 Introduction 13 13 ============ 14 14 15 - The ftrace infrastructure was originially created to attach callbacks to the 15 + The ftrace infrastructure was originally created to attach callbacks to the 16 16 beginning of functions in order to record and trace the flow of the kernel. 17 17 But callbacks to the start of a function can have other use cases. Either 18 18 for live kernel patching, or for security monitoring. This document describes ··· 30 30 This requires extra care to what can be done inside a callback. A callback 31 31 can be called outside the protective scope of RCU. 32 32 33 - The ftrace infrastructure has some protections agains recursions and RCU 33 + The ftrace infrastructure has some protections against recursions and RCU 34 34 but one must still be very careful how they use the callbacks. 35 35 36 36