Staging: bcm: Properly format braces in cntrl_SignalingInterface.h
authorKevin McKinney <klmckinney1@gmail.com>
Wed, 19 Sep 2012 01:37:46 +0000 (21:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Sep 2012 08:26:00 +0000 (09:26 +0100)
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>
drivers/staging/bcm/cntrl_SignalingInterface.h

index ffc5456e3fec02bd44079b7ab8a3994a879f7e6a..451664b73f0732eaf468b2f99dd99ae1a1f53993 100644 (file)
@@ -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 */
This page took 0.026543 seconds and 5 git commands to generate.