]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: fix function header alignment
authorDhyan K Prajapati <dhyan19022009@gmail.com>
Wed, 25 Feb 2026 08:57:47 +0000 (14:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Feb 2026 15:03:00 +0000 (07:03 -0800)
fixed header alignment in hal_sdio_get_cmd_addr_8723b that violated
kernel coding style, cleaned the header by pulling arguments onto the
same line.

Signed-off-by: Dhyan K Prajapati <dhyan19022009@gmail.com>
Link: https://patch.msgid.link/20260225085747.9639-1-dhyan19022009@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c

index 514c857a998e10e6751ef36798e0013877bb273b..8cece69dbf7928c8c003107e363da0015d2387f8 100644 (file)
 /*  */
 /*  Creadted by Roger, 2011.01.31. */
 /*  */
-static void hal_sdio_get_cmd_addr_8723b(
-       struct adapter *adapter,
-       u8 device_id,
-       u32 addr,
-       u32 *cmdaddr
-)
+static void hal_sdio_get_cmd_addr_8723b(struct adapter *adapter, u8 device_id,
+                                       u32 addr, u32 *cmdaddr)
 {
        switch (device_id) {
        case SDIO_LOCAL_DEVICE_ID: