diff options
author | Kevin McKinney <klmckinney1@gmail.com> | 2012-09-18 21:37:46 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-19 09:26:00 +0100 |
commit | 65bf58cef10bfdb180a621f33ad692d10756b2ee (patch) | |
tree | 58bbc47f266272e11fc035307804a298e34cee33 /drivers | |
parent | 957d7cdcf31c6829bec39bd638483b65939d675a (diff) |
Staging: bcm: Properly format braces in cntrl_SignalingInterface.h
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/bcm/cntrl_SignalingInterface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/bcm/cntrl_SignalingInterface.h b/drivers/staging/bcm/cntrl_SignalingInterface.h index ffc5456e3fec..451664b73f07 100644 --- a/drivers/staging/bcm/cntrl_SignalingInterface.h +++ b/drivers/staging/bcm/cntrl_SignalingInterface.h @@ -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 */ |