Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286277
b: refs/heads/master
c: 2ddc4f7
h: refs/heads/master
i:
  286275: 2a0bc4e
v: v3
  • Loading branch information
Krzysztof Wierzbicki authored and Matthew Wilcox committed Nov 4, 2011
1 parent a4410e3 commit 2b8510e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b57ab0fada358357571f0eb448cdf2f144785321
refs/heads/master: 2ddc4f74d8adcf3e1cdec7f3e72d19b5c878597c
14 changes: 7 additions & 7 deletions trunk/include/linux/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,19 @@ enum {
enum nvme_admin_opcode {
nvme_admin_delete_sq = 0x00,
nvme_admin_create_sq = 0x01,
nvme_admin_get_features = 0x02,
nvme_admin_get_log_page = 0x02,
nvme_admin_delete_cq = 0x04,
nvme_admin_create_cq = 0x05,
nvme_admin_identify = 0x06,
nvme_admin_abort_cmd = 0x08,
nvme_admin_set_features = 0x09,
nvme_admin_get_log_page = 0x0a,
nvme_admin_get_features = 0x0a,
nvme_admin_async_event = 0x0c,
nvme_admin_download_fw = 0x0d,
nvme_admin_security_recv = 0x0e,
nvme_admin_format_nvm = 0x10,
nvme_admin_security_send = 0x11,
nvme_admin_activate_fw = 0x14,
nvme_admin_activate_fw = 0x10,
nvme_admin_download_fw = 0x11,
nvme_admin_format_nvm = 0x80,
nvme_admin_security_send = 0x81,
nvme_admin_security_recv = 0x82,
};

enum {
Expand Down

0 comments on commit 2b8510e

Please sign in to comment.