projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40bdb7
)
lib/test_kasan.c: fix a typo
author
Wang Long
<
[email protected]
>
Wed, 9 Sep 2015 22:37:19 +0000
(15:37 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 10 Sep 2015 20:29:01 +0000
(13:29 -0700)
Signed-off-by: Wang Long <
[email protected]
>
Cc: Andrey Ryabinin <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
lib/test_kasan.c
patch
|
blob
|
history
diff --git
a/lib/test_kasan.c
b/lib/test_kasan.c
index 098c08eddfab715e98a0c428ef69f3012b58d5d0..044c54dd43fdb5bd6ad898c68ba61ac3fc48d9fe 100644
(file)
--- a/
lib/test_kasan.c
+++ b/
lib/test_kasan.c
@@
-65,7
+65,7
@@
static noinline void __init kmalloc_node_oob_right(void)
kfree(ptr);
}
-static noinline void __init kmalloc_large_oob_rig
th
(void)
+static noinline void __init kmalloc_large_oob_rig
ht
(void)
{
char *ptr;
size_t size = KMALLOC_MAX_CACHE_SIZE + 10;
@@
-259,7
+259,7
@@
static int __init kmalloc_tests_init(void)
kmalloc_oob_right();
kmalloc_oob_left();
kmalloc_node_oob_right();
- kmalloc_large_oob_rig
th
();
+ kmalloc_large_oob_rig
ht
();
kmalloc_oob_krealloc_more();
kmalloc_oob_krealloc_less();
kmalloc_oob_16();