From: Sebastiaan de Haan Date: Fri, 17 Feb 2012 20:14:55 +0000 (+0100) Subject: staging: wlan-ng: p80211netdev.c: fixed checkpatch error X-Git-Tag: v3.4-rc1~186^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8c2a035848cfca1f0f139c46c5bb3428abd6b4;p=pandora-kernel.git staging: wlan-ng: p80211netdev.c: fixed checkpatch error New kernel developer inspired by the 2010 FOSDEM talk. Running checkpatch on p80211netdev.c gave the error: p80211netdev.c:153: ERROR: "foo * bar" should be "foo *bar". Fixed it by doing what was suggested. Signed-off-by: Sebastiaan de Haan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed