diff options
author | Steve French <stfrench@microsoft.com> | 2022-12-09 16:55:51 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-12-12 13:08:22 -0600 |
commit | 9544597b5b63ff1674d60e069f93555ab924b62b (patch) | |
tree | ef547f93c6520bebd5f535e4f5364b87730ecb2f /fs/cifs/cifsproto.h | |
parent | c19204cbd65c12fdcd34fb8f5d645007238ed5cd (diff) |
cifs: fix various whitespace errors in headers
Fix some extra spaces and a few comments that were unnecessarily split over
two lines. These were some trivial issues pointed out by checkpatch)
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 83e83d8beabb..f216fa269c85 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -124,7 +124,7 @@ extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *, struct kvec * /* resp vec */); extern int SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *ptcon, - struct smb_hdr *in_buf , + struct smb_hdr *in_buf, struct smb_hdr *out_buf, int *bytes_returned); void |