mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 14:51:51 -04:00
staging: greybus: sdio: Remove double whitespace
Fix double space in variable initialization. Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com> Link: https://patch.msgid.link/20260216060753.19007-2-giorgitchankvetadze1997@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
08d53e5479
commit
06ffbc63d1
@@ -206,7 +206,7 @@ static int gb_sdio_request_handler(struct gb_operation *op)
|
||||
struct gb_message *request;
|
||||
struct gb_sdio_event_request *payload;
|
||||
u8 type = op->type;
|
||||
int ret = 0;
|
||||
int ret = 0;
|
||||
u8 event;
|
||||
|
||||
if (type != GB_SDIO_TYPE_EVENT) {
|
||||
|
||||
Reference in New Issue
Block a user