On 11/12/13 06:12, Joe Perches wrote:
Convert the uses of the return of seq_printf to instead check seq_overflow to determine if a buffer overflow has occurred.
This will eventually allow seq_printf & seq_puts to be converted to a void return instead of the often misused return that is often assumed to be an int for the number of bytes emitted ala printk.
Signed-off-by: Joe Perches joe@perches.com
I assume this patch is going to be merged with the others in some tree. In that case:
Acked-by: Antonio Quartulli antonio@meshcoding.com
Thanks,