]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kstrto*: add documentation
authorEldad Zack <eldad@fogrefinery.com>
Thu, 25 Oct 2012 01:15:15 +0000 (12:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 25 Oct 2012 03:14:52 +0000 (14:14 +1100)
commit10c16ef9afd59315e19717a939e79a50ed6fc3af
tree76cbc48a238f45839e05e3cec147d51611454c67
parent11892f11f247f8f2b805e4ec902d9e8eba0f2d48
kstrto*: add documentation

As Bruce Fields pointed out, kstrto* is currently lacking kerneldoc
comments.  This patch adds kerneldoc comments to common variants of
kstrto*: kstrto(u)l, kstrto(u)ll and kstrto(u)int.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Cc: J. Bruce Fields <bfields@fieldses.org>
Cc: Joe Perches <joe@perches.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Rob Landley <rob@landley.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/DocBook/kernel-api.tmpl
include/linux/kernel.h
lib/kstrtox.c