X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fslip_kern.c;h=a62f5ef445cfec0c06a266730d9e171dadb768fb;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=163ee0d5f75e4e165c312a47b02d2af8975f4be9;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/um/drivers/slip_kern.c b/arch/um/drivers/slip_kern.c index 163ee0d5f..a62f5ef44 100644 --- a/arch/um/drivers/slip_kern.c +++ b/arch/um/drivers/slip_kern.c @@ -93,7 +93,18 @@ static struct transport slip_transport = { static int register_slip(void) { register_transport(&slip_transport); - return 0; + return(1); } __initcall(register_slip); + +/* + * 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: + */