diff options
author | Andrey Konovalov <[email protected]> | 2018-02-06 15:36:41 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-02-06 18:32:43 -0800 |
commit | 5f21f3a8f4dcba77792d60bcc711131470a689bb (patch) | |
tree | c88fcd6ff0372e8fa851f4ce1cff952a088933a5 | |
parent | b1d5728939ebe01a773a75a72e7161408ec9805e (diff) |
kasan: fix prototype author email address
Use the new one.
Link: http://lkml.kernel.org/r/de3b7ffc30a55178913a7d3865216aa7accf6c40.1515775666.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | mm/kasan/kasan.c | 2 | ||||
-rw-r--r-- | mm/kasan/report.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mm/kasan/kasan.c b/mm/kasan/kasan.c index 3fb497d4fbf8..e13d911251e7 100644 --- a/mm/kasan/kasan.c +++ b/mm/kasan/kasan.c @@ -5,7 +5,7 @@ * Author: Andrey Ryabinin <[email protected]> * * Some code borrowed from https://github.com/xairy/kasan-prototype by - * Andrey Konovalov <[email protected]> + * Andrey Konovalov <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/mm/kasan/report.c b/mm/kasan/report.c index 75206991ece0..5c169aa688fd 100644 --- a/mm/kasan/report.c +++ b/mm/kasan/report.c @@ -5,7 +5,7 @@ * Author: Andrey Ryabinin <[email protected]> * * Some code borrowed from https://github.com/xairy/kasan-prototype by - * Andrey Konovalov <[email protected]> + * Andrey Konovalov <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as |