kernel-hacking-2024-linux-s.../drivers/staging
Andrea Gelmini fa93e19dcf Staging: comedi: dt2801.c: Checkpatch cleanup
ERROR: code indent should use tabs where possible
+          0 = [-10,10]$

ERROR: code indent should use tabs where possible
+          0 = [-10,10]$

WARNING: braces {} are not necessary for single statement blocks
+		if (stat & (DT_S_COMPOSITE_ERROR | DT_S_READY)) {
+			return stat;
+		}

WARNING: braces {} are not necessary for single statement blocks
+		if (stat & DT_S_COMPOSITE_ERROR) {
+			return stat;
+		}

WARNING: braces {} are not necessary for single statement blocks
+	if (stat & DT_S_READY) {
+		return 0;
+	}

WARNING: braces {} are not necessary for single statement blocks
+		if (stat & DT_S_COMPOSITE_ERROR) {
+			return stat;
+		}

WARNING: braces {} are not necessary for single statement blocks
+		if (stat & DT_S_READY) {
+			return 0;
+		}

WARNING: braces {} are not necessary for single statement blocks
+	if (!(stat & DT_S_READY)) {
+		printk("dt2801: !ready in dt2801_writecmd(), ignoring\n");
+	}

WARNING: braces {} are not necessary for single statement blocks
+	if (!timeout) {
+		printk("dt2801: timeout 1 status=0x%02x\n", stat);
+	}

WARNING: braces {} are not necessary for single statement blocks
+	if (!timeout) {
+		printk("dt2801: timeout 2 status=0x%02x\n", stat);
+	}

WARNING: braces {} are not necessary for any arm of this statement
+		if (stat == -ETIME) {
[...]
+		} else {
[...]

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-03-03 16:43:06 -08:00
..
arlan
asus_oled
batman-adv Staging: make drivers use spin_lock_init() 2010-03-03 16:43:04 -08:00
comedi Staging: comedi: dt2801.c: Checkpatch cleanup 2010-03-03 16:43:06 -08:00
crystalhd Staging: crystalhd: Misc improvements for crystalhd_lnx.c 2010-03-03 16:43:04 -08:00
cx25821
dream staging: dream: more Code style fixes 2010-03-03 16:42:57 -08:00
dt3155 Staging: dt3155: fix coding style issues in dt3155_io.c 2010-03-03 16:42:56 -08:00
echo
et131x Staging: et131x_kill MAC_STAT_t 2010-03-03 16:42:52 -08:00
frontier
go7007
hv
iio Staging: make drivers use spin_lock_init() 2010-03-03 16:43:04 -08:00
line6 Staging: line6: variax.c: fixed a space a "x ? a : b" coding style issue 2010-03-03 16:43:04 -08:00
netwave
octeon
otus Staging: otus: fix memory leak 2010-03-03 16:42:53 -08:00
panel Staging: Cleanup useless headers 2010-03-03 16:43:05 -08:00
phison
poch
pohmelfs Staging/pohmelfs: fix write_inode parameter warning 2010-03-03 16:43:04 -08:00
quatech_usb2
ramzswap Staging: ramzswap: Update copyright notice 2010-03-03 16:42:53 -08:00
rar_register Staging: rar_register: add suspend and resume functions 2010-03-03 16:42:57 -08:00
rt2860 Staging: rt2860: correct onstack wait_queue_head declaration 2010-03-03 16:42:55 -08:00
rt2870 Staging: rt{2860,2870}sta: Use request_firmware() to load firmware 2010-03-03 16:42:48 -08:00
rt3070 Staging: rt{2860,2870}sta: Use request_firmware() to load firmware 2010-03-03 16:42:48 -08:00
rtl8187se Staging: rtl8187se: needs semaphore.h 2010-03-03 16:43:00 -08:00
rtl8192e Staging: rtl8192* needs semaphore.h 2010-03-03 16:43:04 -08:00
rtl8192su Staging: rtl8192su: use list_for_each_safe() in ieee80211_crypto_deinit 2010-03-03 16:43:05 -08:00
rtl8192u Staging: rtl8192* needs semaphore.h 2010-03-03 16:43:04 -08:00
samsung-laptop Staging: samsung-laptop: fix coding style issues 2010-03-03 16:42:55 -08:00
sep Staging: Fix continuation line formats 2010-03-03 16:42:55 -08:00
serqt_usb2 Staging: serqt_usb2: Two branches the same in qt_set_termios() 2010-03-03 16:42:48 -08:00
slicoss Staging: Fix continuation line formats 2010-03-03 16:42:55 -08:00
sm7xx
strip
udlfb Staging: udlfb: remove printk and small cleanup 2010-03-03 16:43:00 -08:00
usbip Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUG 2010-03-03 16:42:52 -08:00
vme Staging: vme: VMIVME-7805 board support 2010-03-03 16:43:02 -08:00
vt6655 staging: vt6655: add missing curly braces 2010-03-03 16:42:58 -08:00
vt6656
wavelan
winbond
wlags49_h2
wlags49_h25
wlan-ng Staging: wlan-ng: Fixed line length issues in prism2usb.c 2010-03-03 16:43:04 -08:00
Kconfig Staging: rar_register: renaming directory to rar_register 2010-03-03 16:42:56 -08:00
Makefile Staging: rar_register: renaming directory to rar_register 2010-03-03 16:42:56 -08:00
staging.c