NVMe: Rename cancel_cmdid_data to cancel_cmdid
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 29 Apr 2011 06:17:36 +0000 (23:17 -0700)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:02 +0000 (15:53 -0400)
commit21075bdee0a6f56058920d889df4ae561bfed754
tree2472ca6f2df31c4d67123e31d6c0ecae5154d035
parent09a58f536436efed02ead722e835cb4ce7674afc
NVMe: Rename cancel_cmdid_data to cancel_cmdid

The trailing '_data' on the end was annoying and inconsistent.  Also, make
it actually return the data since this is needed for timing out commands.

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