On Sat, 24 Nov 2007 20:53:26 -0500, Mark M. Hoffman wrote: > Hi Jean: > > * Jean Delvare <khali at linux-fr.org> [2007-10-13 19:22:45 +0200]: > > Somehow non-ASCII characters managed to sneak into the fschmd driver. > > Kick them out. > > > > Signed-off-by: Jean Delvare <khali at linux-fr.org> > > Cc: Hans de Goede <j.w.r.degoede at hhs.nl> > > --- > > drivers/hwmon/fschmd.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Somewhere between this patch hitting my inbox and getting sucked into > git, it got corrupted. Weird. Anyway, I re-created it locally and > applied it to hwmon-2.6.git/testing, thanks. I expected it... Inline patches only work well for pure ASCII. As soon as the patch contains a non-ASCII character, mail clients and servers try to be smart and encode and decode things arbitrarily. Thanks for re-creating the patch. -- Jean Delvare