Skip to content

Commit

Permalink
NVMe: Version 0.6
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 184d294 commit be5e094
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 @@ -1737,6 +1737,6 @@ static void __exit nvme_exit(void)

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

0 comments on commit be5e094

Please sign in to comment.