]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: cleanup unclear references to reg_idx
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 17 Nov 2010 03:27:07 +0000 (19:27 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Nov 2010 03:27:07 +0000 (19:27 -0800)
commitbf29ee6c4819a86ba0209281550b230889b8ebe6
treea453bd2001ad464f82c86d159ef83975b0089897
parent9d6b758f428d2ad9ca4208d5c4d4cdbd4261b0d8
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 <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c