projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd3773
)
metadata: two trivial checkpatch.pl fixes
author
Daniel Mack
<daniel@zonque.org>
Mon, 12 Jan 2015 15:31:55 +0000
(16:31 +0100)
committer
Daniel Mack
<daniel@zonque.org>
Mon, 12 Jan 2015 15:31:55 +0000
(16:31 +0100)
Signed-off-by: Daniel Mack <daniel@zonque.org>
metadata.c
patch
|
blob
|
history
diff --git
a/metadata.c
b/metadata.c
index 796a266af9ce4d6497973e62a2468a2062f341fd..71bbc0b259397ca1980c3c4b84c6cf8aa53ff109 100644
(file)
--- a/
metadata.c
+++ b/
metadata.c
@@
-332,7
+332,7
@@
static int kdbus_meta_proc_collect_cgroup(struct kdbus_meta_proc *mp)
void *page;
char *s;
- page = (void*)__get_free_page(GFP_TEMPORARY);
+ page = (void
*)__get_free_page(GFP_TEMPORARY);
if (!page)
return -ENOMEM;
@@
-879,7
+879,7
@@
struct kdbus_item *kdbus_meta_export(struct kdbus_meta_proc *mp,
get_fs_root(current->fs, &p);
if (path_equal(&p, &mp->root_path)) {
- exe_page = (void*)__get_free_page(GFP_TEMPORARY);
+ exe_page = (void
*)__get_free_page(GFP_TEMPORARY);
if (!exe_page) {
path_put(&p);
ret = -ENOMEM;