You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/plugin_apis/nvme.api
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -886,7 +886,7 @@ typedef enum {
886
886
/**
887
887
* BDNVMESanitizeStatus:
888
888
* @BD_NVME_SANITIZE_STATUS_NEVER_SANITIZED: The NVM subsystem has never been sanitized.
889
-
* @BD_NVME_SANITIZE_STATUS_IN_PROGESS: A sanitize operation is currently in progress.
889
+
* @BD_NVME_SANITIZE_STATUS_IN_PROGRESS: A sanitize operation is currently in progress.
890
890
* @BD_NVME_SANITIZE_STATUS_SUCCESS: The most recent sanitize operation completed successfully including any additional media modification.
891
891
* @BD_NVME_SANITIZE_STATUS_SUCCESS_NO_DEALLOC: The most recent sanitize operation for which No-Deallocate After Sanitize was requested has completed successfully with deallocation of all user data.
892
892
* @BD_NVME_SANITIZE_STATUS_FAILED: The most recent sanitize operation failed.
Copy file name to clipboardExpand all lines: src/plugins/nvme/nvme.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -468,14 +468,15 @@ typedef enum {
468
468
/**
469
469
* BDNVMESanitizeStatus:
470
470
* @BD_NVME_SANITIZE_STATUS_NEVER_SANITIZED: The NVM subsystem has never been sanitized.
471
-
* @BD_NVME_SANITIZE_STATUS_IN_PROGESS: A sanitize operation is currently in progress.
471
+
* @BD_NVME_SANITIZE_STATUS_IN_PROGRESS: A sanitize operation is currently in progress.
472
472
* @BD_NVME_SANITIZE_STATUS_SUCCESS: The most recent sanitize operation completed successfully including any additional media modification.
473
473
* @BD_NVME_SANITIZE_STATUS_SUCCESS_NO_DEALLOC: The most recent sanitize operation for which No-Deallocate After Sanitize was requested has completed successfully with deallocation of all user data.
474
474
* @BD_NVME_SANITIZE_STATUS_FAILED: The most recent sanitize operation failed.
0 commit comments