]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: r8188eu: reformat a function header
authorMartin Kaiser <martin@kaiser.cx>
Sun, 6 Nov 2022 12:48:56 +0000 (13:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Nov 2022 15:29:29 +0000 (16:29 +0100)
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>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c

index cc29963f4b49163cc4b0a9d49ae411637b6f114f..73855bca76fe0c00105ba5eea93b96cea235d9d2 100644 (file)
@@ -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;