Commit 3a331a51 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[PATCH] uml: fix whitespace in mconsole driver



Fix up some bogus spacing in the mconsole driver.  Also delete the
emacs formatting comment at the end.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4111b025
Loading
Loading
Loading
Loading
+42 −54
Original line number Diff line number Diff line
@@ -603,7 +603,6 @@ void do_stack(struct mc_request *req)
		mconsole_reply(req, "Couldn't find that pid", 1, 0);
		return;
	}

	with_console(req, stack_proc, to);
}

@@ -772,14 +771,3 @@ char *mconsole_notify_socket(void)
}

EXPORT_SYMBOL(mconsole_notify_socket);

/*
 * Overrides for Emacs so that we follow Linus's tabbing style.
 * Emacs will notice this stuff at the end of the file and automatically
 * adjust the settings for this buffer only.  This must remain at the end
 * of the file.
 * ---------------------------------------------------------------------------
 * Local variables:
 * c-file-style: "linux"
 * End:
 */