diff options
| author | Fiona Ebner <f.ebner@proxmox.com> | 2025-09-15 17:19:40 +0200 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2025-10-01 22:25:25 -0500 |
| commit | 6c7fd184234336a3b998fdf8f8db51e970dd6071 (patch) | |
| tree | 8b8bee48cb758c33d9281001542214367db2b4f3 | |
| parent | 00be6f26a2a7c671f1402d74c4d3c30a5844660a (diff) | |
smb: client: transport: minor indentation style fix
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
| -rw-r--r-- | fs/smb/client/transport.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/smb/client/transport.c b/fs/smb/client/transport.c index 940e90107134..051cd9dbba13 100644 --- a/fs/smb/client/transport.c +++ b/fs/smb/client/transport.c @@ -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); |
