On Wed, Nov 24, 2010 at 10:41:43PM +0100, david.chosrova@xxxxxxxxxxxxxx wrote: > > > Hello, > > Fix sparse message: > > drivers/staging/rtl8192u/r8192U_core.c:247:1: warning: "eqMacAddr" redefined > In file included from drivers/staging/rtl8192u/:81:81: > drivers/staging/rtl8192u/dot11d.h:35:1: warning: this is the location of the > previous definition > > if ENABLE_DOT11D is enabled eqMacAddr is defined twice. > It would be better to remove the #ifdef around the include "dot11d.h" and delete this definition. Also your email client is line wrapping on long lines and changing tabs to spaces. Read Documentation/email-clients.txt then send an email to yourself. Save the raw email (including email headers and everything) then `cat email.txt | patch -p1` Resend when the patch applies. CC the maintainers when you resend: Greg Kroah-Hartman <gregkh@xxxxxxx>, devel@xxxxxxxxxxxxxxxxxxxx regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html