All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tracing/user_events: Fix syntax errors in comments
@ 2022-06-06  2:30 Xiang wangx
  0 siblings, 0 replies; only message in thread
From: Xiang wangx @ 2022-06-06  2:30 UTC (permalink / raw)
  To: mingo; +Cc: rostedt, linux-kernel, Xiang wangx

Delete the redundant word 'have'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 kernel/trace/trace_events_user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace_events_user.c b/kernel/trace/trace_events_user.c
index 706e1686b5eb..a6621c52ce45 100644
--- a/kernel/trace/trace_events_user.c
+++ b/kernel/trace/trace_events_user.c
@@ -567,7 +567,7 @@ static int user_event_set_call_visible(struct user_event *user, bool visible)
 	 * to allow user_event files to be less locked down. The extreme case
 	 * being "other" has read/write access to user_events_data/status.
 	 *
-	 * When not locked down, processes may not have have permissions to
+	 * When not locked down, processes may not have permissions to
 	 * add/remove calls themselves to tracefs. We need to temporarily
 	 * switch to root file permission to allow for this scenario.
 	 */
-- 
2.36.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-06  2:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06  2:30 [PATCH] tracing/user_events: Fix syntax errors in comments Xiang wangx

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.