From: Alan Stern Date: Wed, 11 Jul 2012 15:21:38 +0000 (-0400) Subject: USB: EHCI: rename "reclaim" X-Git-Tag: v3.6-rc1~101^2~45 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ac5b1e9536f142461681fa6143a947d66b4279;p=pandora-kernel.git USB: EHCI: rename "reclaim" This patch (as1569) renames the ehci->reclaim list in ehci-hcd. The word "reclaim" is used in the EHCI specification to mean something quite different, and "unlink_next" is more descriptive of the list's purpose anyway. Similarly, the "reclaim" field in the ehci_stats structure is renamed "iaa", which is more meaningful (to experts, anyway) and is a better match for the "lost_iaa" field. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed