Re: [PATCH 7/8] smb/client: fix typo: STATUS_MCA_OCCURED -> STATUS_MCA_OCCURRED

From: chenxiaosong
Date: Wed Aug 21 2024 - 20:12:50 EST


Thanks, yes, it is not typo, I will send v2 patchset soon.

On 2024/8/22 07:57, Namjae Jeon wrote:
On Tue, Aug 20, 2024 at 11:35 PM <chenxiaosong@xxxxxxxxxxxxxxxx> wrote:
From: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>

Preparation for moving the SMB2 Status code definitions to a common
header file.

Signed-off-by: ChenXiaoSong <chenxiaosong@xxxxxxxxxxxxxxxx>
STATUS_MCA_OCCURED is not a typo.
Please check microsoft's header definition :
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55

Thanks.