staging:rtl8192u: Remove stale comment - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Tue, 7 Aug 2018 21:12:39 +0000 (22:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 12:26:40 +0000 (14:26 +0200)
Remove a comment which appears to be from a previous version of code.

This is a coding style change which should have no impact on runtime
code execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/dot11d.h

index 5639bb4988650f125cf1fc4a1d9d70047cb664e7..d4c8c28190ff4b993a4117309176cc6c67bda92b 100644 (file)
@@ -17,8 +17,6 @@ enum dot11d_state {
 };
 
 struct rt_dot11d_info {
-       /* DECLARE_RT_OBJECT(rt_dot11d_info); */
-
        bool enabled; /* dot11MultiDomainCapabilityEnabled */
 
        u16 country_ie_len; /* > 0 if country_ie_buf[] contains valid country information element. */