You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
gen_init_cpio: checkpatch fixes
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>
This commit is contained in:
committed by
Michal Marek
parent
96aebafa63
commit
a3c888fcda
+2
-2
@@ -315,9 +315,9 @@ static int cpio_mkfile(const char *name, const char *location,
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
retval = fstat (file, &buf);
|
retval = fstat(file, &buf);
|
||||||
if (retval) {
|
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;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user