smb3: minor RDMA cleanup
authorSteve French <stfrench@microsoft.com>
Mon, 6 Nov 2023 19:31:45 +0000 (13:31 -0600)
committerSteve French <stfrench@microsoft.com>
Thu, 9 Nov 2023 16:23:42 +0000 (10:23 -0600)
Some minor smbdirect debug cleanup spotted by checkpatch

Cc: Long Li <longli@microsoft.com>
Reviewed-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifs_debug.c

index 6d8804fb6535c105f9a9d3f9433739eaf3800a1a..0d09bc3ea283fa0d3bce689f43aa5550ed5fc6ff 100644 (file)
@@ -746,14 +746,14 @@ static ssize_t name##_write(struct file *file, const char __user *buffer, \
        size_t count, loff_t *ppos) \
 { \
        int rc; \
-       rc = kstrtoint_from_user(buffer, count, 10, & name); \
+       rc = kstrtoint_from_user(buffer, count, 10, &name); \
        if (rc) \
                return rc; \
        return count; \
 } \
 static int name##_proc_show(struct seq_file *m, void *v) \
 { \
-       seq_printf(m, "%d\n", name ); \
+       seq_printf(m, "%d\n", name); \
        return 0; \
 } \
 static int name##_open(struct inode *inode, struct file *file) \