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:
Giorgi Tchankvetadze
2026-02-16 10:07:54 +04:00
committed by Greg Kroah-Hartman
parent 08d53e5479
commit 06ffbc63d1

View File

@@ -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) {