• Arnd Bergmann's avatar
    wireless: airo: rename 'register' variable · 88e97c32
    Arnd Bergmann authored
    'register' is a keyword in C and cannot be used in place of a
    variable name, as shown by this -Wextra warning:
    
    drivers/net/wireless/cisco/airo.c:1105:29: error: 'register' is not at beginning of declaration [-Werror=old-style-declaration]
    
    This replaces the 'register' keyword with a 'reg' identifier in
    the declaration, which matches the definition and has the intended
    meaning.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
    88e97c32
airo.c 218 KB