Re: [PATCH] Staging: rtl8187se: fix spacing errors and commentingformat in r8180_93cx6.c

From: Greg KH
Date: Tue Feb 23 2010 - 19:47:17 EST


> - ret=0;
> - //enable EPROM programming
> + ret = 0;
> + #enable EPROM programming

This is not valid C. Please build the code before sending in patches.

Also, you might want to brush up on your C programming skills :)

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/