Staging: keucr: Coding style fixes in smil.h
Fixed brace style in smil.h Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e1d94ecc1f
commit
f647b49b85
@ -177,8 +177,7 @@ struct SSFDCTYPE {
|
||||
WORD MaxLogBlocks;
|
||||
};
|
||||
|
||||
typedef struct SSFDCTYPE_T
|
||||
{
|
||||
typedef struct SSFDCTYPE_T {
|
||||
BYTE Model;
|
||||
BYTE Attribute;
|
||||
BYTE MaxZones;
|
||||
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user