diff options
author | Daniel Bristot de Oliveira <[email protected]> | 2021-06-22 16:42:19 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <[email protected]> | 2021-06-24 15:37:55 -0400 |
commit | bb1b24cf41b5b3b96a921f80f9799e7be75f167d (patch) | |
tree | 0224c086cc8b0743217071c0685a8cd7c5f762d8 | |
parent | 171ec346fc8936f52e1184f1ab1377ee40052bfc (diff) |
trace/hwlat: Fix Clark's email
Clark's email is [email protected].
No functional change.
Link: https://lkml.kernel.org/r/6fa4b49e17ab8a1ff19c335ab7cde38d8afb0e29.1624372313.git.bristot@redhat.com
Cc: Phil Auld <[email protected]>
Cc: Sebastian Andrzej Siewior <[email protected]>
Cc: Kate Carcia <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Alexandre Chartre <[email protected]>
Cc: Clark Willaims <[email protected]>
Cc: John Kacur <[email protected]>
Cc: Juri Lelli <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Daniel Bristot de Oliveira <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
-rw-r--r-- | kernel/trace/trace_hwlat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_hwlat.c b/kernel/trace/trace_hwlat.c index 632ef88131a9..0a5635401125 100644 --- a/kernel/trace/trace_hwlat.c +++ b/kernel/trace/trace_hwlat.c @@ -34,7 +34,7 @@ * Copyright (C) 2008-2009 Jon Masters, Red Hat, Inc. <[email protected]> * Copyright (C) 2013-2016 Steven Rostedt, Red Hat, Inc. <[email protected]> * - * Includes useful feedback from Clark Williams <[email protected]> + * Includes useful feedback from Clark Williams <[email protected]> * */ #include <linux/kthread.h> |