Loading fs/smb/server/smb2pdu.c +1 −1 Original line number Diff line number Diff line Loading @@ -519,7 +519,7 @@ int init_smb2_rsp_hdr(struct ksmbd_work *work) * smb2_allocate_rsp_buf() - allocate smb2 response buffer * @work: smb work containing smb request buffer * * Return: 0 on success, otherwise -ENOMEM * Return: 0 on success, otherwise error */ int smb2_allocate_rsp_buf(struct ksmbd_work *work) { Loading Loading
fs/smb/server/smb2pdu.c +1 −1 Original line number Diff line number Diff line Loading @@ -519,7 +519,7 @@ int init_smb2_rsp_hdr(struct ksmbd_work *work) * smb2_allocate_rsp_buf() - allocate smb2 response buffer * @work: smb work containing smb request buffer * * Return: 0 on success, otherwise -ENOMEM * Return: 0 on success, otherwise error */ int smb2_allocate_rsp_buf(struct ksmbd_work *work) { Loading