Skip to content

Commit fb96c47

Browse files
Lucas De Marchitorvalds
authored andcommitted
coredump: remove trailling whitespace
Signed-off-by: Lucas De Marchi <[email protected]> Cc: Oleg Nesterov <[email protected]> Cc: David Howells <[email protected]> Cc: James Morris <[email protected]> Cc: Al Viro <[email protected]> Cc: Tejun Heo <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 93997f6 commit fb96c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fs/coredump.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ void do_coredump(siginfo_t *siginfo)
522522

523523
ispipe = format_corename(&cn, &cprm);
524524

525-
if (ispipe) {
525+
if (ispipe) {
526526
int dump_count;
527527
char **helper_argv;
528528

@@ -576,10 +576,10 @@ void do_coredump(siginfo_t *siginfo)
576576
NULL, &cprm);
577577
argv_free(helper_argv);
578578
if (retval) {
579-
printk(KERN_INFO "Core dump to %s pipe failed\n",
579+
printk(KERN_INFO "Core dump to %s pipe failed\n",
580580
cn.corename);
581581
goto close_fail;
582-
}
582+
}
583583
} else {
584584
struct inode *inode;
585585

0 commit comments

Comments
 (0)