Skip to content

Commit 5b0834e

Browse files
akpm00hnaz
authored andcommitted
init-resolve-shadow-warnings-checkpatch-fixes
ERROR: space required before the open parenthesis '(' torvalds#71: FILE: init/initramfs.c:295: + while(byte_count && *victim == '\0') total: 1 errors, 0 warnings, 103 lines checked ./patches/init-resolve-shadow-warnings.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Jeff Kirsher <[email protected]> Cc: Mark Rustad <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 181fd17 commit 5b0834e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/initramfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static int __init do_skip(void)
292292

293293
static int __init do_reset(void)
294294
{
295-
while(byte_count && *victim == '\0')
295+
while (byte_count && *victim == '\0')
296296
eat(1);
297297
if (byte_count && (this_header & 3))
298298
error("broken padding");

0 commit comments

Comments
 (0)