From ffc7c9f45029f4eacd5530ac3ccdc08c93c61704 Mon Sep 17 00:00:00 2001 From: Martin Gumbrecht Date: Fri, 20 Jun 2014 17:37:58 +0200 Subject: [PATCH] Staging: bcm: Prototypes.h: fix checkpatch errors: blank lines This patch improves coding style in Prototypes.h: Exactly one blank line after each declaration Signed-off-by: Martin Gumbrecht Signed-off-by: Christian Bay Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/Prototypes.h | 37 ++++++++++++++------------------ 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/drivers/staging/bcm/Prototypes.h b/drivers/staging/bcm/Prototypes.h index fb53a00591e..a8ddc6a389e 100644 --- a/drivers/staging/bcm/Prototypes.h +++ b/drivers/staging/bcm/Prototypes.h @@ -34,9 +34,10 @@ INT SearchSfid(struct bcm_mini_adapter *Adapter,UINT uiSfid); USHORT ClassifyPacket(struct bcm_mini_adapter *Adapter,struct sk_buff* skb); bool MatchSrcPort(struct bcm_classifier_rule *pstClassifierRule,USHORT ushSrcPort); + bool MatchDestPort(struct bcm_classifier_rule *pstClassifierRule,USHORT ushSrcPort); -bool MatchProtocol(struct bcm_classifier_rule *pstClassifierRule,UCHAR ucProtocol); +bool MatchProtocol(struct bcm_classifier_rule *pstClassifierRule,UCHAR ucProtocol); INT SetupNextSend(struct bcm_mini_adapter *Adapter, /**