X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fmcast_kern.c;fp=arch%2Fum%2Fdrivers%2Fmcast_kern.c;h=c9b078fba03e4812848b33f9c3c15ceee0192575;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=3a7af18cf9442f1c890ea674d9a8f33784a825a4;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/um/drivers/mcast_kern.c b/arch/um/drivers/mcast_kern.c index 3a7af18cf..c9b078fba 100644 --- a/arch/um/drivers/mcast_kern.c +++ b/arch/um/drivers/mcast_kern.c @@ -124,7 +124,18 @@ static struct transport mcast_transport = { static int register_mcast(void) { register_transport(&mcast_transport); - return 0; + return(1); } __initcall(register_mcast); + +/* + * 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: + */