ENTRY("smart-log-add", "Retrieve Intel SMART Log, show it", get_additional_smart_log)
ENTRY("market-name", "Retrieve Intel Marketing Name log, show it", get_market_log)
ENTRY("temp-stats", "Retrieve Intel Temperature Statistics log, show it", get_temp_stats_log)
- ENTRY("lat-stats", "Retrieve Intel IO Latancy Statistics log, show it", get_lat_stats_log)
+ ENTRY("lat-stats", "Retrieve Intel IO Latency Statistics log, show it", get_lat_stats_log)
ENTRY("internal-log", "Retrieve Intel internal firmware log, save it", get_internal_log)
)
);
ENTRY("format", "Format namespace with new block format", format)
ENTRY("fw-activate", "Activate new firmware slot", fw_activate)
ENTRY("fw-download", "Download new firmware", fw_download)
- ENTRY("admin-passthru", "Submit arbitrary admin command, return results", admin_passthru)
+ ENTRY("admin-passthru", "Submit an arbitrary admin command, return results", admin_passthru)
ENTRY("io-passthru", "Submit an arbitrary IO command, return results", io_passthru)
ENTRY("security-send", "Submit a Security Send command, return results", sec_send)
ENTRY("security-recv", "Submit a Security Receive command, return results", sec_recv)