X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fdaemon_kern.c;h=a61b7b46bc025b217796e0a443336b63578dbb70;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=53d09ed78b425391c3e118f998fcd0f89a146691;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/um/drivers/daemon_kern.c b/arch/um/drivers/daemon_kern.c index 53d09ed78..a61b7b46b 100644 --- a/arch/um/drivers/daemon_kern.c +++ b/arch/um/drivers/daemon_kern.c @@ -95,7 +95,18 @@ static struct transport daemon_transport = { static int register_daemon(void) { register_transport(&daemon_transport); - return 0; + return(1); } __initcall(register_daemon); + +/* + * 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: + */