staging: rtl8188eu: remove some superfluous comments
authorMichael Straube <straube.linux@gmail.com>
Sat, 25 Apr 2020 09:28:22 +0000 (11:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 12:19:13 +0000 (14:19 +0200)
Remove some obviously superflous comments.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200425092822.19925-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/odm.c
drivers/staging/rtl8188eu/hal/odm_hwconfig.c
drivers/staging/rtl8188eu/hal/rtl8188e_dm.c

index b3cc405..2897480 100644 (file)
@@ -5,8 +5,6 @@
  *
  ******************************************************************************/
 
-/*  include files */
-
 #include "odm_precomp.h"
 #include "phy.h"
 
index a6f2731..65a346a 100644 (file)
@@ -5,8 +5,6 @@
  *
  ******************************************************************************/
 
-/*  include files */
-
 #include "odm_precomp.h"
 
 #define READ_AND_CONFIG     READ_AND_CONFIG_MP
index 241f55b..1af919f 100644 (file)
@@ -29,9 +29,6 @@ static void dm_InitGPIOSetting(struct adapter *Adapter)
        usb_write8(Adapter, REG_GPIO_MUXCFG, tmp1byte);
 }
 
-/*  */
-/*  functions */
-/*  */
 static void Init_ODM_ComInfo_88E(struct adapter *Adapter)
 {
        struct hal_data_8188e *hal_data = Adapter->HalData;