mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 01:59:54 -04:00
staging: rtl8188eu: do not line break function definition
Do not line break function definition of Efuse_PowerSwitch(). Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7d6bc56932
commit
8c6ade2e0c
@@ -29,10 +29,7 @@ enum{
|
||||
* and disable LDO 2.5V.
|
||||
*/
|
||||
|
||||
void Efuse_PowerSwitch(
|
||||
struct adapter *pAdapter,
|
||||
u8 bWrite,
|
||||
u8 PwrState)
|
||||
void Efuse_PowerSwitch(struct adapter *pAdapter, u8 bWrite, u8 PwrState)
|
||||
{
|
||||
u8 tempval;
|
||||
u16 tmpV16;
|
||||
|
||||
Reference in New Issue
Block a user