From: Robert Love Date: Sat, 11 Feb 2012 01:18:36 +0000 (-0800) Subject: [SCSI] fcoe: Rename out_nomod label to out_putmod X-Git-Tag: v3.4-rc1~145^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f68794c9283bbce3f7c91d3be34cb4f4f6ed960;p=pandora-kernel.git [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 Tested-by: Ross Brattain Signed-off-by: James Bottomley --- Reading git-diff-tree failed