Skip to content

Commit

Permalink
NVMe: Version 0.8
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 Jan 10, 2012
1 parent 4eeb921 commit 366e821
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 @@ -1726,6 +1726,6 @@ static void __exit nvme_exit(void)

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

0 comments on commit 366e821

Please sign in to comment.