From: Alex Kelly <eshink@xxxxxxxxx> Specifically, some whitespace got carried over from the move that shouldn't have, and there were some comment style issues in the original code that are now fixed Signed-off-by: Alex Kelly <alex.page.kelly@xxxxxxxxx> Reviewed-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx> --- fs/coredump.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/coredump.c b/fs/coredump.c index 34c9236..7f75060 100644 --- a/fs/coredump.c +++ b/fs/coredump.c @@ -70,7 +70,6 @@ static int zap_process(struct task_struct *start, int exit_code) return nr; } - /* * Core dumping helper functions. These are the only things you should * do on a core-file: use only these functions to write out all the @@ -195,8 +194,10 @@ static int format_corename(struct core_name *cn, long signr) if (!cn->corename) return -ENOMEM; - /* Repeat as long as we have more pattern to process and more output - space */ + /* + * Repeat as long as we have more pattern to process and more output + * space. + */ while (*pat_ptr) { if (*pat_ptr != '%') { if (*pat_ptr == 0) @@ -471,7 +472,6 @@ static int umh_pipe_setup(struct subprocess_info *info, struct cred *new) return 0; } - void do_coredump(long signr, int exit_code, struct pt_regs *regs) { struct core_state core_state; -- 1.7.11.2 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html