projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96aebaf
)
gen_init_cpio: checkpatch fixes
author
Andrew Morton
<akpm@linux-foundation.org>
Wed, 5 Jan 2011 22:49:53 +0000
(23:49 +0100)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 5 Jan 2011 22:49:53 +0000
(23:49 +0100)
Cc: Jesper Juhl <jj@chaosbits.net>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
usr/gen_init_cpio.c
patch
|
blob
|
blame
|
history
diff --git
a/usr/gen_init_cpio.c
b/usr/gen_init_cpio.c
index f463cafdccb26cf334ef9d48eda499028d8d08a9..7f06884ecd41b588d829064a53ac964395b0ae1e 100644
(file)
--- a/
usr/gen_init_cpio.c
+++ b/
usr/gen_init_cpio.c
@@
-315,9
+315,9
@@
static int cpio_mkfile(const char *name, const char *location,
goto error;
}
- retval = fstat
(file, &buf);
+ retval = fstat(file, &buf);
if (retval) {
- fprintf
(stderr, "File %s could not be stat()'ed\n", location);
+ fprintf(stderr, "File %s could not be stat()'ed\n", location);
goto error;
}