aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U.h
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-07 10:39:32 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-07 12:35:10 +0100
commit37778531878570ebb465b3b14e055edaf6882f44 (patch)
tree797d82cd44c286fd05319792a585ea2b789befb2 /drivers/staging/rtl8192u/r8192U.h
parentstaging: speakup: clean up few indentation issues (diff)
downloadlinux-dev-37778531878570ebb465b3b14e055edaf6882f44.tar.xz
linux-dev-37778531878570ebb465b3b14e055edaf6882f44.zip
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>
Diffstat (limited to 'drivers/staging/rtl8192u/r8192U.h')
-rw-r--r--drivers/staging/rtl8192u/r8192U.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r8192U.h b/drivers/staging/rtl8192u/r8192U.h
index ec4de86933ba..ec33fb9122e9 100644
--- a/drivers/staging/rtl8192u/r8192U.h
+++ b/drivers/staging/rtl8192u/r8192U.h
@@ -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;