git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68aecfb
)
lib/bitmap.c: fix documentation for scnprintf() functions
author
Andrew Morton
<akpm@linux-foundation.org>
Tue, 29 May 2012 22:07:32 +0000
(15:07 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:32 +0000
(16:22 -0700)
The code comments for bscnl_emit() and bitmap_scnlistprintf() are
describing snprintf() return semantics, but these functions use
scnprintf() return semantics. Fix that, and document the
bitmap_scnprintf() return value as well.
Cc: Ryota Ozaki <ozaki.ryota@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found