Skip to content

Commit

Permalink
Staging: bcm: Properly format braces in cntrl_SignalingInterface.h
Browse files Browse the repository at this point in the history
This patch cuddles braces as reported
by checkpatch.pl.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Sep 19, 2012
1 parent 957d7cd commit 65bf58c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/bcm/cntrl_SignalingInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ typedef struct stLocalSFDeleteIndication {
B_UINT8 u8Padding1[3]; /* < 3 byte Padding */
} stLocalSFDeleteIndication;

typedef struct _stIM_SFHostNotify
{
typedef struct _stIM_SFHostNotify {
B_UINT32 SFID; /* SFID of the service flow */
B_UINT16 newCID; /* the new/changed CID */
B_UINT16 VCID; /* Get new Vcid if the flow has been made active in CID update TLV, but was inactive earlier or the orig vcid */
Expand Down

0 comments on commit 65bf58c

Please sign in to comment.