[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180531121701.8972-1-cascardo@canonical.com>
Date: Thu, 31 May 2018 09:17:01 -0300
From: Thadeu Lima de Souza Cascardo <cascardo@...onical.com>
To: linux-kernel@...r.kernel.org
Cc: rostedt@...dmis.org, mingo@...hat.com
Subject: [PATCH] ftrace: use non-archaic spelling of failes
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@...onical.com>
---
kernel/trace/ftrace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
index 8d83bcf9ef69..b218cee1f18c 100644
--- a/kernel/trace/ftrace.c
+++ b/kernel/trace/ftrace.c
@@ -4788,7 +4788,7 @@ ftrace_set_addr(struct ftrace_ops *ops, unsigned long ip, int remove,
* @reset - non zero to reset all filters before applying this filter.
*
* Filters denote which functions should be enabled when tracing is enabled
- * If @ip is NULL, it failes to update filter.
+ * If @ip is NULL, it fails to update filter.
*/
int ftrace_set_filter_ip(struct ftrace_ops *ops, unsigned long ip,
int remove, int reset)
--
2.17.0
Powered by blists - more mailing lists