Commit babb7f94 authored by Matthias Beyer's avatar Matthias Beyer Committed by Greg Kroah-Hartman

Staging: bcm: PHSModule.c: Whitespace cleanup in PhsCompress()

Signed-off-by: default avatarMatthias Beyer <mail@beyermatthias.de>
Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a984b124
...@@ -744,7 +744,7 @@ static ULONG PhsCompress(IN void *pvContext, ...@@ -744,7 +744,7 @@ static ULONG PhsCompress(IN void *pvContext,
/* Retrieve the SFID Entry Index for requested Service Flow */ /* Retrieve the SFID Entry Index for requested Service Flow */
nSFIndex = GetServiceFlowEntry(pDeviceExtension->pstServiceFlowPhsRulesTable, nSFIndex = GetServiceFlowEntry(pDeviceExtension->pstServiceFlowPhsRulesTable,
uiVcid, &pstServiceFlowEntry); uiVcid, &pstServiceFlowEntry);
if (nSFIndex == PHS_INVALID_TABLE_INDEX) { if (nSFIndex == PHS_INVALID_TABLE_INDEX) {
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, PHS_SEND, DBG_LVL_ALL, BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, PHS_SEND, DBG_LVL_ALL,
"SFID Match Failed\n"); "SFID Match Failed\n");
...@@ -773,8 +773,11 @@ static ULONG PhsCompress(IN void *pvContext, ...@@ -773,8 +773,11 @@ static ULONG PhsCompress(IN void *pvContext,
} }
/* Compress Packet */ /* Compress Packet */
lStatus = phs_compress(pstPhsRule, (PUCHAR)pvInputBuffer, lStatus = phs_compress(pstPhsRule,
(PUCHAR)pvOutputBuffer, pOldHeaderSize, pNewHeaderSize); (PUCHAR)pvInputBuffer,
(PUCHAR)pvOutputBuffer,
pOldHeaderSize,
pNewHeaderSize);
if (lStatus == STATUS_PHS_COMPRESSED) { if (lStatus == STATUS_PHS_COMPRESSED) {
pstPhsRule->PHSModifiedBytes += pstPhsRule->PHSModifiedBytes +=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment