Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information