summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/dpc.c
diff options
context:
space:
mode:
authorAndres More2010-08-03 04:35:57 +0200
committerGreg Kroah-Hartman2010-08-31 20:13:56 +0200
commitbd2bc4c763db8a9c6eeef0d2cf6f384514b6cb6c (patch)
tree5cdc5cf2e2d4b7090c22cbe8413e7e75f77bcd77 /drivers/staging/vt6656/dpc.c
parentstaging: Drop unnecessary null test (diff)
downloadkernel-qcow2-linux-bd2bc4c763db8a9c6eeef0d2cf6f384514b6cb6c.tar.gz
kernel-qcow2-linux-bd2bc4c763db8a9c6eeef0d2cf6f384514b6cb6c.tar.xz
kernel-qcow2-linux-bd2bc4c763db8a9c6eeef0d2cf6f384514b6cb6c.zip
staging: vt6656: added spaces around '||'
Cleared checkpatch ERROR: spaces required around that '||' Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/dpc.c')
-rw-r--r--drivers/staging/vt6656/dpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/dpc.c b/drivers/staging/vt6656/dpc.c
index 5e88349d3b95..7e794a207aed 100644
--- a/drivers/staging/vt6656/dpc.c
+++ b/drivers/staging/vt6656/dpc.c
@@ -377,9 +377,9 @@ RXbBulkInProcessData (
return FALSE;
}
- if ((BytesToIndicate > 2372)||(BytesToIndicate <= 40)) {
+ if ((BytesToIndicate > 2372) || (BytesToIndicate <= 40)) {
// Frame Size error drop this packet.
- DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"---------- WRONG Length 2 \n");
+ DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "---------- WRONG Length 2\n");
return FALSE;
}