staging: rtl8723au: remove useless comment
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 19 May 2015 09:35:21 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 00:22:45 +0000 (09:22 +0900)
"step 2" does mean much as there is no "step 1" stated anywhere...

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@linux.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/os_dep/os_intfs.c

index fab1e608fdc63aab2420f58043bdc1300b55c4f3..b8848c25beb4e409326885106482acca854229a1 100644 (file)
@@ -371,7 +371,6 @@ struct net_device *rtw_init_netdev23a(struct rtw_adapter *old_padapter)
 
        pnetdev->watchdog_timeo = HZ*3; /* 3 second timeout */
 
-       /* step 2. */
        loadparam(padapter, pnetdev);
        return pnetdev;
 }