From: Greg Kroah-Hartman Date: Tue, 27 May 2008 07:17:53 +0000 (+0300) Subject: infiniband: rename "device" to "ib_device" in cm_device X-Git-Tag: v2.6.27-rc1~866^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c4196f24ade5f336882587480652efde2c739c;p=pandora-kernel.git infiniband: rename "device" to "ib_device" in cm_device This pointer really is a struct ib_device, not a struct device, so name it properly to help prevent confusion. This makes the followon patch in this series much smaller and easier to understand as well. Cc: Kay Sievers Cc: Roland Dreier Cc: Hal Rosenstock Acked-by: Sean Hefty Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed