[SCSI] fcoe: Rename out_nomod label to out_putmod
authorRobert Love <robert.w.love@intel.com>
Sat, 11 Feb 2012 01:18:36 +0000 (17:18 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 15:24:33 +0000 (09:24 -0600)
commit6f68794c9283bbce3f7c91d3be34cb4f4f6ed960
treedb1687a6f95f069b6ae61d56205baed061fe7a05
parent7e5adcfb31c26a68b75a249ef1c7f52fc5ec6e1b
[SCSI] fcoe: Rename out_nomod label to out_putmod

The label implies that it should be called when
there is 'nomod.' I read that to mean that the
module reference 'get' failed. However, it's only
called when the module reference 'get' succeeded.

I think it makes more sense to name the label,
'out_putmod' since it should be called when we
need to 'put' the module reference taken in the
routine before returning.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/fcoe/fcoe.c