[PATCH] staging: greybus: sdio: Remove double whitespace

From: Giorgi Tchankvetadze

Date: Mon Feb 16 2026 - 01:09:29 EST


Fix double space in variable initialization.

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
---
drivers/staging/greybus/sdio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/sdio.c b/drivers/staging/greybus/sdio.c
index 12c36a5e1d8c..443f47a610f1 100644
--- a/drivers/staging/greybus/sdio.c
+++ b/drivers/staging/greybus/sdio.c
@@ -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) {
--
2.52.0