]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
smb: client: transport: minor indentation style fix
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 15 Sep 2025 15:19:40 +0000 (17:19 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 2 Oct 2025 03:25:25 +0000 (22:25 -0500)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/transport.c

index 940e901071343d0aba219d11571b94ef648fe5fa..051cd9dbba13d83e876f406c099fddd948f4b801 100644 (file)
@@ -331,8 +331,7 @@ int __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst,
                                break;
                        total_len += sent;
                }
-
-}
+       }
 
 unmask:
        sigprocmask(SIG_SETMASK, &oldmask, NULL);