]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
staging: rtl8192u: rename struct name _rt_firmare_seg_container
authorColin Ian King <colin.king@canonical.com>
Wed, 7 Nov 2018 10:39:32 +0000 (10:39 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:35:10 +0000 (12:35 +0100)
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>
drivers/staging/rtl8192u/r8192U.h

index ec4de86933ba02570ad686679d73475f8c31022e..ec33fb9122e96092ba1919f3aa20fc730ac9ae9e 100644 (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;