From: Johannes Berg Date: Wed, 4 Dec 2013 08:16:31 +0000 (+0100) Subject: mac80211: neaten ieee80211_deliver_skb X-Git-Tag: v3.14-rc1~94^2~334^2^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e890a1f21c626cec3a8955814d36ea1879bdde6;p=pandora-kernel.git mac80211: neaten ieee80211_deliver_skb Remove the unnecessary duplicate test of "if (skb) {" when !CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. Remove now unnecessary __maybe_unused, neaten comment Remove unnecessary parenthesis around align cast. Substitute reference to deprecated compare_ether_addr with ether_addr_equal (in the comment.) Signed-off-by: Joe Perches [edit commit log slightly] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed