[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b1b344ad94289e22a135dfd64c23d30665178b13.1369342182.git.lisa@xenapiadmin.com>
Date: Thu, 23 May 2013 13:53:43 -0700
From: Lisa Nguyen <lisa@...apiadmin.com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 5/7] staging/silicom/bypasslib: Add space around ||
Added space around piping symbols to resolve checkpatch errors and
meet kernel coding standards in bplibk.h
Signed-off-by: Lisa Nguyen <lisa@...apiadmin.com>
---
drivers/staging/silicom/bypasslib/bplibk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/silicom/bypasslib/bplibk.h b/drivers/staging/silicom/bypasslib/bplibk.h
index cf8eecd..b15a2a4 100644
--- a/drivers/staging/silicom/bypasslib/bplibk.h
+++ b/drivers/staging/silicom/bypasslib/bplibk.h
@@ -25,7 +25,7 @@
#define PEGII_IF_SERIES(vid, pid) \
((vid == 0x8086) && \
- ((pid == INTEL_PEG4BPII_PID)|| \
+ ((pid == INTEL_PEG4BPII_PID) || \
(pid == INTEL_PEG4BPFII_PID)))
#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists