From: Alexander Duyck Date: Wed, 17 Nov 2010 03:27:07 +0000 (-0800) Subject: ixgbe: cleanup unclear references to reg_idx X-Git-Tag: v2.6.38-rc1~476^2~547^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf29ee6c4819a86ba0209281550b230889b8ebe6;p=pandora-kernel.git ixgbe: cleanup unclear references to reg_idx There are a number of places where we use the variable j to contain the register index of the ring. Instead of using such a non-descriptive variable name it is better that we name it reg_idx so that it is clear what the variable contains. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed