staging: rtl8188eu: remove some superfluous comments

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>
This commit is contained in:
Michael Straube 2020-04-25 11:28:22 +02:00 committed by Greg Kroah-Hartman
parent 345f2d84dd
commit de7db0dc0e
3 changed files with 0 additions and 7 deletions

View File

@ -5,8 +5,6 @@
*
******************************************************************************/
/* include files */
#include "odm_precomp.h"
#include "phy.h"

View File

@ -5,8 +5,6 @@
*
******************************************************************************/
/* include files */
#include "odm_precomp.h"
#define READ_AND_CONFIG READ_AND_CONFIG_MP

View 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;