Code cleanup

This commit is contained in:
Christian B 2017-12-21 08:19:43 +01:00 committed by GitHub
parent 3bcd47fdd5
commit 1f3ca23fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
@ -33,7 +33,7 @@
//================================================================================
// LED_819xUsb routines.
// LED_819xUsb routines.
//================================================================================
//
@ -42,7 +42,7 @@
//
static void
SwLedOn_8814AU(
PADAPTER padapter,
PADAPTER padapter,
PLED_USB pLed
)
{
@ -73,7 +73,7 @@ SwLedOn_8814AU(
//
static void
SwLedOff_8814AU(
PADAPTER padapter,
PADAPTER padapter,
PLED_USB pLed
)
{
@ -144,4 +144,3 @@ rtl8814au_DeInitSwLeds(
DeInitLed( &(ledpriv->SwLed1) );
DeInitLed( &(ledpriv->SwLed2) );
}