mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
staging: r8188eu: reformat a function header
The definition of Hal_EfuseParseIDCode88E can be a single line. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150 Link: https://lore.kernel.org/r/20221106124901.720785-5-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8554c4768a
commit
2dbc324eaa
|
|
@ -676,11 +676,7 @@ s32 InitLLTTable(struct adapter *padapter, u8 txpktbuf_bndy)
|
|||
return status;
|
||||
}
|
||||
|
||||
void
|
||||
Hal_EfuseParseIDCode88E(
|
||||
struct adapter *padapter,
|
||||
u8 *hwinfo
|
||||
)
|
||||
void Hal_EfuseParseIDCode88E(struct adapter *padapter, u8 *hwinfo)
|
||||
{
|
||||
struct eeprom_priv *pEEPROM = &padapter->eeprompriv;
|
||||
struct net_device *netdev = padapter->pnetdev;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user