Staging: bcm: Shortened lines in deleteSFBySfid()
authorMatthias Beyer <mail@beyermatthias.de>
Fri, 23 May 2014 20:24:03 +0000 (22:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 22:26:39 +0000 (07:26 +0900)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c

index 5bd6e1c12a8afd3d74b9aae8bc269f08fa23ed67..6dfa361f5faeaa44274cdcdd2bc5feeb621c0d58 100644 (file)
@@ -109,7 +109,8 @@ static int SearchFreeClsid(struct bcm_mini_adapter *Adapter /**Adapter Context*/
        return MAX_CLASSIFIERS+1;
 }
 
-static VOID deleteSFBySfid(struct bcm_mini_adapter *Adapter, UINT uiSearchRuleIndex)
+static VOID deleteSFBySfid(struct bcm_mini_adapter *Adapter,
+               UINT uiSearchRuleIndex)
 {
        /* deleting all the packet held in the SF */
        flush_queue(Adapter, uiSearchRuleIndex);
@@ -118,7 +119,8 @@ static VOID deleteSFBySfid(struct bcm_mini_adapter *Adapter, UINT uiSearchRuleIn
        DeleteAllClassifiersForSF(Adapter, uiSearchRuleIndex);
 
        /* Resetting only MIBS related entries in the SF */
-       memset((PVOID)&Adapter->PackInfo[uiSearchRuleIndex], 0, sizeof(struct bcm_mibs_table));
+       memset((PVOID)&Adapter->PackInfo[uiSearchRuleIndex], 0,
+                       sizeof(struct bcm_mibs_table));
 }
 
 static inline VOID