commit | b903c0b8899b46829a9b80ba55b61079b35940ec | [log] [tgz] |
---|---|---|
author | Changli Gao <[email protected]> | Tue Oct 26 14:22:50 2010 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Oct 26 16:52:16 2010 -0700 |
tree | c5fd68065bf1fe9d89c08d979fccfea4b78ba4f4 | |
parent | 5e0579812834ab7fa072db4a15ebdff68d62e2e7 [diff] |
lib: fix scnprintf() if @size is == 0 scnprintf() should return 0 if @size is == 0. Update the comment for it, as @size is unsigned. Signed-off-by: Changli Gao <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Joe Perches <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>