mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
staging: rtl8192u: rename struct name _rt_firmare_seg_container
Rename struct _rt_firmare_seg_container to _fw_seg_container to match the typedef name of this structure. Also removes the spelling mistake of 'firmare'. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d427e60ae7
commit
3777853187
@ -364,7 +364,7 @@ typedef enum _firmware_status {
|
||||
FW_STATUS_5_READY = 5,
|
||||
} firmware_status_e;
|
||||
|
||||
typedef struct _rt_firmare_seg_container {
|
||||
typedef struct _fw_seg_container {
|
||||
u16 seg_size;
|
||||
u8 *seg_ptr;
|
||||
} fw_seg_container, *pfw_seg_container;
|
||||
|
Loading…
Reference in New Issue
Block a user