On Mon, 29 May 2006, Linus Torvalds wrote: > - has_zero_pad |= entry->zeropad; > + has_zero_pad |= *(char *)desc.buf = '0'; Aieee. I fixed that once in my tree already, and then broke it again when re-doing the series with cherry-picking but didn't notice, because the tests don't pick up the totally bogus warnings that it causes. That "= '0'" should obviously be "== '0'" Linus - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html