]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: greybus: sdio: Remove double whitespace
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Mon, 16 Feb 2026 06:07:54 +0000 (10:07 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 13:59:02 +0000 (14:59 +0100)
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>
drivers/staging/greybus/sdio.c

index a570dc06b380dcfdeadc3b326718f03c4cb5fb50..3952f3d225dbe2ee1fdd67ae0fbfad64119720f6 100644 (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) {