mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
staging: rtl8188eu: clean function definitions - style
Do not line break function definitions where not needed and move the return type to the same line. 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
9b2cf1ffed
commit
31ab98f0c8
@@ -240,8 +240,7 @@ s32 InitLLTTable(struct adapter *padapter, u8 txpktbuf_bndy)
|
||||
return status;
|
||||
}
|
||||
|
||||
void
|
||||
Hal_InitPGData88E(struct adapter *padapter)
|
||||
void Hal_InitPGData88E(struct adapter *padapter)
|
||||
{
|
||||
struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter);
|
||||
|
||||
@@ -258,11 +257,7 @@ Hal_InitPGData88E(struct adapter *padapter)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Hal_EfuseParseIDCode88E(
|
||||
struct adapter *padapter,
|
||||
u8 *hwinfo
|
||||
)
|
||||
void Hal_EfuseParseIDCode88E(struct adapter *padapter, u8 *hwinfo)
|
||||
{
|
||||
struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter);
|
||||
u16 EEPROMId;
|
||||
|
||||
Reference in New Issue
Block a user