lkml.org 
[lkml]   [2013]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 4/7] staging/silicom/bypasslib: Add space around &&
Added space around double ampersands to resolve checkpatch errors
and meet kernel coding standards in bplibk.h

Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.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 bf062c4..cf8eecd 100644
--- a/drivers/staging/silicom/bypasslib/bplibk.h
+++ b/drivers/staging/silicom/bypasslib/bplibk.h
@@ -24,7 +24,7 @@
#define INTEL_PEG4BPFII_PID 0x10a1

#define PEGII_IF_SERIES(vid, pid) \
- ((vid == 0x8086)&& \
+ ((vid == 0x8086) && \
((pid == INTEL_PEG4BPII_PID)|| \
(pid == INTEL_PEG4BPFII_PID)))

--
1.8.1.2


\
 
 \ /
  Last update: 2013-05-23 23:41    [W:0.073 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site