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:
Colin Ian King 2018-11-07 10:39:32 +00:00 committed by Greg Kroah-Hartman
parent d427e60ae7
commit 3777853187

View File

@ -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;