On Sun, Mar 09, 2014 at 10:27:08PM +0300, Sergey Senozhatsky wrote:
> sysfs.txt documentation lists the following requirements:
>
> - The buffer will always be PAGE_SIZE bytes in length. On i386, this
>is 4096.
>
> - show() methods should return the number of bytes printed into the
>buf
sysfs.txt documentation lists the following requirements:
- The buffer will always be PAGE_SIZE bytes in length. On i386, this
is 4096.
- show() methods should return the number of bytes printed into the
buffer. This is the return value of scnprintf().
- show() should always use scnprin
2 matches
Mail list logo