OSDN Git Service

Staging: bcm: PHSModule.c: Whitespace cleanup in PhsCompress()
authorMatthias Beyer <mail@beyermatthias.de>
Tue, 15 Jul 2014 07:43:03 +0000 (09:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jul 2014 15:09:48 +0000 (08:09 -0700)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/PHSModule.c

index 6431912..e01c5cf 100644 (file)
@@ -744,7 +744,7 @@ static ULONG PhsCompress(IN void *pvContext,
 
        /* Retrieve the SFID Entry Index for requested Service Flow */
        nSFIndex = GetServiceFlowEntry(pDeviceExtension->pstServiceFlowPhsRulesTable,
-                               uiVcid, &pstServiceFlowEntry);
+                                      uiVcid, &pstServiceFlowEntry);
        if (nSFIndex == PHS_INVALID_TABLE_INDEX) {
                BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, PHS_SEND, DBG_LVL_ALL,
                                "SFID Match Failed\n");
@@ -773,8 +773,11 @@ static ULONG PhsCompress(IN void *pvContext,
        }
 
        /* Compress Packet */
-       lStatus = phs_compress(pstPhsRule, (PUCHAR)pvInputBuffer,
-                       (PUCHAR)pvOutputBuffer, pOldHeaderSize, pNewHeaderSize);
+       lStatus = phs_compress(pstPhsRule,
+                              (PUCHAR)pvInputBuffer,
+                              (PUCHAR)pvOutputBuffer,
+                              pOldHeaderSize,
+                              pNewHeaderSize);
 
        if (lStatus == STATUS_PHS_COMPRESSED) {
                pstPhsRule->PHSModifiedBytes +=