mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
staging: rtl8723bs: fix function header alignment
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>
This commit is contained in:
parent
14c91651df
commit
4895acd1b4
|
|
@ -13,12 +13,8 @@
|
|||
/* */
|
||||
/* 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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user