Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65bf58ce authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Properly format braces in cntrl_SignalingInterface.h



This patch cuddles braces as reported
by checkpatch.pl.

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 957d7cdc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 */