Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrew Morton and committed by
Michal Marek
a3c888fc 96aebafa

+2 -2
+2 -2
usr/gen_init_cpio.c
··· 315 315 goto error; 316 316 } 317 317 318 - retval = fstat (file, &buf); 318 + retval = fstat(file, &buf); 319 319 if (retval) { 320 - fprintf (stderr, "File %s could not be stat()'ed\n", location); 320 + fprintf(stderr, "File %s could not be stat()'ed\n", location); 321 321 goto error; 322 322 } 323 323