Staging: bcm: PHSModule.c: Added missing braces around else block
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>
This commit is contained in:
parent
babb7f9479
commit
b43b245fb3
1 changed files with 2 additions and 1 deletions
|
@ -783,8 +783,9 @@ static ULONG PhsCompress(IN void *pvContext,
|
||||||
pstPhsRule->PHSModifiedBytes +=
|
pstPhsRule->PHSModifiedBytes +=
|
||||||
*pOldHeaderSize - *pNewHeaderSize - 1;
|
*pOldHeaderSize - *pNewHeaderSize - 1;
|
||||||
pstPhsRule->PHSModifiedNumPackets++;
|
pstPhsRule->PHSModifiedNumPackets++;
|
||||||
} else
|
} else {
|
||||||
pstPhsRule->PHSErrorNumPackets++;
|
pstPhsRule->PHSErrorNumPackets++;
|
||||||
|
}
|
||||||
|
|
||||||
return lStatus;
|
return lStatus;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue