[PATCH 3/3] Staging: bcm: Properly format braces in cntrl_SignalingInterface.h

Kevin McKinney klmckinney1 at gmail.com
Wed Sep 19 01:37:46 UTC 2012


This patch cuddles braces as reported
by checkpatch.pl.

Signed-off-by: Kevin McKinney <klmckinney1 at gmail.com>
---
 drivers/staging/bcm/cntrl_SignalingInterface.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/bcm/cntrl_SignalingInterface.h b/drivers/staging/bcm/cntrl_SignalingInterface.h
index ffc5456..451664b 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 */
-- 
1.7.9.5




More information about the devel mailing list