Re: [PATCH 7/8] smb/client: fix typo: STATUS_MCA_OCCURED -> STATUS_MCA_OCCURRED
From: Namjae Jeon
Date: Wed Aug 21 2024 - 19:57:51 EST
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.