NVMe: Fix whitespace damage in nvme_init
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 31 Jul 2012 17:31:15 +0000 (13:31 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 31 Jul 2012 17:31:16 +0000 (13:31 -0400)
commit0ac13140d796eb1e2f8956aea97a6e5e4ebcf981
tree3aa75f45a4baf50471cfdc64ac50892ff340aa69
parent22fff826e715e9727d3c7a69f15e602a9801b673
NVMe: Fix whitespace damage in nvme_init

Commit 5c42ea1643 used spaces instead of tabs.
Also remove the unnecessary initialisation of the 'result' variable.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c