mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
tracing/user_events: Align structs with tabs for readability
Add tabs to make struct members easier to read and unify the style of the code. Link: https://lkml.kernel.org/r/20230328235219.203-13-beaub@linux.microsoft.com Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
ce58e96e9f
commit
a4c40c1349
@@ -17,13 +17,13 @@
|
||||
|
||||
#ifdef CONFIG_USER_EVENTS
|
||||
struct user_event_mm {
|
||||
struct list_head link;
|
||||
struct list_head enablers;
|
||||
struct mm_struct *mm;
|
||||
struct user_event_mm *next;
|
||||
refcount_t refcnt;
|
||||
refcount_t tasks;
|
||||
struct rcu_work put_rwork;
|
||||
struct list_head link;
|
||||
struct list_head enablers;
|
||||
struct mm_struct *mm;
|
||||
struct user_event_mm *next;
|
||||
refcount_t refcnt;
|
||||
refcount_t tasks;
|
||||
struct rcu_work put_rwork;
|
||||
};
|
||||
|
||||
extern void user_event_mm_dup(struct task_struct *t,
|
||||
|
||||
Reference in New Issue
Block a user