Skip to content

Commit

Permalink
gen_init_cpio: checkpatch fixes
Browse files Browse the repository at this point in the history
Cc: Jesper Juhl <[email protected]>
Cc: Michal Marek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
akpm00 authored and michal42 committed Jan 5, 2011
1 parent 96aebaf commit a3c888f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/gen_init_cpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a3c888f

Please sign in to comment.