On Wed, Jul 24, 2013 at 02:15:38PM -0600, Shaun Laing wrote: > From: Shaun Laing <shaun-lk@xxxxxxxxxxxx> This is not needed since you are the author. The email should match the email address you are using to send patches. The signed-off-by thing is intended to have a legal meaning, that you didn't violate copyright or anything. You are using a different email to send patches and to sign so it's a bit weird. Obviously, we don't actually know that your real name is "Shaun Laing" either, so it's not like it's a bullet proof system. But we generally say that the email should match at least and if we know that it looks like a fake name we won't accept that either. > Signed-off-by: Shaun Laing <shaun-lk@xxxxxxxxxxxx> Put the signed off by at the end of the patch. > > * Resolves sparse warnings of the form "warning: cast to restricted __le??" > * Renames temp variables to include "le", to remind that the values are little endian Don't put an "le" in the name. It looks ugly/doesn't match kernel naming style and anyway sparse will remind you if you forget about endianess. Otherwise, the patch looks good. Resend it to the people in ./scripts/get_maintainer.pl. Always CC at least one mailing list. There is a mailing list for staging code so you don't need to CC linux-kernel (they will just ignore the patch anyway). 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