• Larry Finger's avatar
    rtlwifi: rtl8188de: Remove CamelCase variables · b83faeda
    Larry Finger authored
    If a macro is in CamelCase, it it converted to upper case. Variables
    and routine names are converted to lower case.
    
    The following checkpatch exceptions are also fixed:
    
    CHECK: No space is necessary after a cast
    #211: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c:109:
    +                                             (u8 *) (&rfstate));
    
    CHECK: No space is necessary after a cast
    #241: FILE: drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c:277:
    +                               ptmp_byte = (u8 *) (&regtoset) + index;
    
    Note that not all checkpatch exceptions are addressed. Those will be
    handled in later patches.
    Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
    Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
    b83faeda
fw.c 21.6 KB