Skip to content

Commit

Permalink
Staging: bcm: Properly format braces in target_params.h
Browse files Browse the repository at this point in the history
This patch formats braces in target_params.h.

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 Jan 7, 2013
1 parent 2eb0642 commit 4e241d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/bcm/target_params.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#ifndef TARGET_PARAMS_H
#define TARGET_PARAMS_H

typedef struct _TARGET_PARAMS
{
typedef struct _TARGET_PARAMS {
B_UINT32 m_u32CfgVersion;
B_UINT32 m_u32CenterFrequency;
B_UINT32 m_u32BandAScan;
Expand Down

0 comments on commit 4e241d7

Please sign in to comment.