> - len += sprintf(buf+len, "%2d: %8d %c %s",
> + len += sprintf(buf+len, "%2d: %8u %c %s",
For the person waiting to see the number roll over, I suggest
doing search and replace for "%2d: %8d %c %s" in kernel memory.
Then you don't have to reboot and lose count.