Skip to content

Commit

Permalink
NVMe: Version 0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent 2b2c189 commit ce38c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,6 @@ static void __exit nvme_exit(void)

MODULE_AUTHOR("Matthew Wilcox <willy@linux.intel.com>");
MODULE_LICENSE("GPL");
MODULE_VERSION("0.6");
MODULE_VERSION("0.7");
module_init(nvme_init);
module_exit(nvme_exit);

0 comments on commit ce38c14

Please sign in to comment.