X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fpcap_kern.c;h=07c80f2156ef1e035d4cb4b836304e6abd5ed78d;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=466ff2c2f9183074b7e0e5faf13d676a617c2fe7;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/um/drivers/pcap_kern.c b/arch/um/drivers/pcap_kern.c index 466ff2c2f..07c80f215 100644 --- a/arch/um/drivers/pcap_kern.c +++ b/arch/um/drivers/pcap_kern.c @@ -106,7 +106,18 @@ static struct transport pcap_transport = { static int register_pcap(void) { register_transport(&pcap_transport); - return 0; + return(1); } __initcall(register_pcap); + +/* + * 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: + */