On Wed, 17 Dec 2008, Jay Soffian wrote: > > + /* .. the buffer was too small - try again */ > > + hint *= 2; > > + continue; > > + } > > Why the continue statement at the end of the loop? Oh, it's unnecessary left-over from me originally writing that part inside an if-statement, and then moving things around. So it could/should be deleted. Good eyes. Linus -- To unsubscribe from this list: 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