android_kernel_xiaomi_sm8350/arch/um/os-Linux/drivers
Jeff Dike 56bd194bb2 uml: driver formatting fixes
Fix a bunch of formatting violations in the drivers:
	return(n) -> return n
	whitespace fixes
	emacs formatting comment removal
	breaking if(foo) return(n) into two lines

There are also a couple of errno use bugs:
	using errno in a printk when the failure put errno into a local variable
	saving errno after a printk, which can change it

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-07 12:13:00 -07:00
..
etap.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00
ethertap_kern.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
ethertap_user.c uml: driver formatting fixes 2007-05-07 12:13:00 -07:00
Makefile
tuntap_kern.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
tuntap_user.c uml: driver formatting fixes 2007-05-07 12:13:00 -07:00
tuntap.h [PATCH] uml: const more data 2006-09-27 08:26:15 -07:00