From: Mark Einon Date: Tue, 23 Aug 2011 22:40:37 +0000 (+0100) Subject: staging: et131x: Rename var name 'etdev' to 'adapter' throughout module X-Git-Tag: v3.2-rc1~169^2^2~864^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f00a49b048abf759b789a84c4c3431360aa38f;p=pandora-kernel.git staging: et131x: Rename var name 'etdev' to 'adapter' throughout module Used regex (from vim) :%s/\/adapter/g Changed because: * 'etdev' is easily confused as a misspelling of 'netdev' * 'adapter' is more widely used for this struct type in net drivers. This change made comparing code with other drivers much easier. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed