On 11/23/2011 08:34 AM, Dan Carpenter wrote: > The return value of snprintf() is the number of bytes which would > have been copied if there was enough space, but we want the number of > bytes actually copied. The scnprintf() function does this. > > Also in theory, a %u can take take 10 digits so we may as well make > the buffer larger as well. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Thanks, applied. > v2: I didn't know about the scnprintf() function before. Thanks > Johannes. Me neither, so thank you from me as well :) Kalle -- 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