Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

types: Fix NVME_CSTS_SHST_MASK definition #804

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

ikegami-t
Copy link
Contributor

Deprecate NVME_CSTS_SHS_MASK instead.

src/nvme/types.h Outdated
NVME_CSTS_NSSRO_MASK = 0x1,
NVME_CSTS_PP_MASK = 0x1,
NVME_CSTS_SHST_NORMAL = 0,
NVME_CSTS_SHST_OCCUR = 1,
NVME_CSTS_SHST_CMPLT = 2,
NVME_CSTS_SHST_MASK = 3,
NVME_CSTS_SHS_MASK = NVME_CSTS_SHST_MASK, /* Deprecated */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is a typo, shouldn't it be NVME_CSTS_SHN_MASK?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the error. Right just fixed as mentioned.

Deprecate NVME_CSTS_SHN_MASK instead.

Signed-off-by: Tokunori Ikegami <[email protected]>
@igaw igaw merged commit 37b77e6 into linux-nvme:master Apr 2, 2024
14 checks passed
@igaw
Copy link
Collaborator

igaw commented Apr 2, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants