Skip to content

Commit

Permalink
tracing/user_events: Fix syntax errors in comments
Browse files Browse the repository at this point in the history
Delete the redundant word 'have'.

Link: https://lkml.kernel.org/r/20220606023007.23377-1-wangxiang@cdjrlc.com

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
  • Loading branch information
Xiang wangx authored and Steven Rostedt (Google) committed Jul 12, 2022
1 parent 1e1fb42 commit 94c255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/trace_events_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 94c255a

Please sign in to comment.