mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
staging: rtl8723bs: Fix spacing around ternary operator in sdio_intf.c
Add spaces around '?' and ':' in the return statement in sdio_intf.c according to the Linux kernel coding style. Signed-off-by: Amin Madani <aminmadani112@gmail.com> Link: https://patch.msgid.link/20260715170606.96002-1-aminmadani112@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
41b8209376
commit
f75fcd03fe
|
|
@ -78,7 +78,7 @@ static int sdio_alloc_irq(struct dvobj_priv *dvobj)
|
|||
|
||||
sdio_release_host(func);
|
||||
|
||||
return err?_FAIL:_SUCCESS;
|
||||
return err ? _FAIL : _SUCCESS;
|
||||
}
|
||||
|
||||
static void sdio_free_irq(struct dvobj_priv *dvobj)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user