소스 검색

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>
Andrew Morton 14 년 전
부모
커밋
a3c888fcda
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      usr/gen_init_cpio.c

+ 2 - 2
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;
 	}