projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4307c14
)
slab: convert last use of __FUNCTION__ to __func__
author
Joe Perches
<joe@perches.com>
Wed, 6 Aug 2014 23:04:53 +0000
(16:04 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:15 +0000
(18:01 -0700)
Just about all of these have been converted to __func__, so convert the
last use.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slab.h
patch
|
blob
|
blame
|
history
diff --git
a/mm/slab.h
b/mm/slab.h
index 928823e17e58d1a667ce8d69b45aa3bbf1f4f9af..0e0fdd3658409e0eee9a89fa51b1ea45cfc96466 100644
(file)
--- a/
mm/slab.h
+++ b/
mm/slab.h
@@
-256,7
+256,7
@@
static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x)
return cachep;
pr_err("%s: Wrong slab cache. %s but object is from %s\n",
-
__FUNCTION
__, cachep->name, s->name);
+
__func
__, cachep->name, s->name);
WARN_ON_ONCE(1);
return s;
}