Skip to content

Commit

Permalink
Staging: keucr: Coding style fixes in smil.h
Browse files Browse the repository at this point in the history
Fixed brace style in smil.h

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ruslan Pisarev authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent e1d94ec commit f647b49
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/staging/keucr/smil.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ struct SSFDCTYPE {
WORD MaxLogBlocks;
};

typedef struct SSFDCTYPE_T
{
typedef struct SSFDCTYPE_T {
BYTE Model;
BYTE Attribute;
BYTE MaxZones;
Expand All @@ -194,8 +193,7 @@ struct ADDRESS {
WORD LogBlock; /* Logical Block Number of Zone */
};

typedef struct ADDRESS_T
{
typedef struct ADDRESS_T {
BYTE Zone; /* Zone Number */
BYTE Sector; /* Sector(512byte) Number on Block */
WORD PhyBlock; /* Physical Block Number on Zone */
Expand Down

0 comments on commit f647b49

Please sign in to comment.