From: Larry Finger Date: Sun, 9 Feb 2014 21:15:57 +0000 (-0600) Subject: staging: r8188eu: Replace misspelled local container macro X-Git-Tag: v3.15-rc1~139^2~1175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea8810043b9a66c46b8c76bfbb5c8572530788d;p=pandora-kernel.git staging: r8188eu: Replace misspelled local container macro This driver has its own implementation of a "container_of" macro. It is replaced with the standard container_of version. Most of these are a straight one-to-one replacement; however, a few of the instances referred to the member of a union. Those were replaced with the struct that is part of that union. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed