Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1982f05d authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by Greg Kroah-Hartman
Browse files

ath6kl: remove-typedef ST_READ_STATUS



remove-typedef -s ST_READ_STATUS \
	"struct st_read_status" drivers/staging/ath6kl/

Tested-by: default avatarNaveen Singh <nsingh@atheros.com>
Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5f801f7f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -105,13 +105,13 @@ struct st_ps_data_format {
   bool    bIsArray;
};

typedef struct ST_READ_STATUS {
struct st_read_status {
    unsigned uTagID;
    unsigned uSection;
    unsigned uLineCount;
    unsigned uCharCount;
    unsigned uByteCount;
}ST_READ_STATUS;
};


/* Stores the number of PS Tags */
@@ -328,7 +328,7 @@ int AthParseFilesUnified(u8 *srcbuffer,u32 srclen, int FileFormat)

   int uReadCount;
   struct st_ps_data_format stPS_DataFormat;
   ST_READ_STATUS   stReadStatus = {0, 0, 0,0};
   struct st_read_status   stReadStatus = {0, 0, 0,0};
   pos = 0;
   Buffer = NULL;