This patch introduces trailing blanks, e.g. here: > + dev = (dev==priv->mesh_dev?NULL:priv->mesh_dev)) { > + if ((dev_get_flags(dev) & (IFF_UP|IFF_MULTICAST)) != > + (IFF_UP|IFF_MULTICAST)) > + continue; The whole warning was: Warning: trailing whitespace in lines 621,625,654 of drivers/net/wireless/libertas/main.c. I also had one patch reject against wireless-testing, v2.6.26-rc2-7503-gc24e096, which was easy to fix: @@ -1169,6 +1202,7 @@ int lbs_remove_card(struct lbs_private *priv) cancel_delayed_work(&priv->scan_work); cancel_delayed_work(&priv->assoc_work); + cancel_work_sync(&priv->mcast_work); destroy_workqueue(priv->work_thread); if (priv->psmode == LBS802_11POWERMODEMAX_PSP) { -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html