Skip to content

Commit 5f21f3a

Browse files
xairytorvalds
authored andcommitted
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]>
1 parent b1d5728 commit 5f21f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mm/kasan/kasan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: Andrey Ryabinin <[email protected]>
66
*
77
* Some code borrowed from https://github.com/xairy/kasan-prototype by
8-
* Andrey Konovalov <adech.fo@gmail.com>
8+
* Andrey Konovalov <andreyknvl@gmail.com>
99
*
1010
* This program is free software; you can redistribute it and/or modify
1111
* it under the terms of the GNU General Public License version 2 as

mm/kasan/report.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: Andrey Ryabinin <[email protected]>
66
*
77
* Some code borrowed from https://github.com/xairy/kasan-prototype by
8-
* Andrey Konovalov <adech.fo@gmail.com>
8+
* Andrey Konovalov <andreyknvl@gmail.com>
99
*
1010
* This program is free software; you can redistribute it and/or modify
1111
* it under the terms of the GNU General Public License version 2 as

0 commit comments

Comments
 (0)