]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kstrto*: add documentation
authorEldad Zack <eldad@fogrefinery.com>
Fri, 12 Oct 2012 04:23:03 +0000 (15:23 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 16 Oct 2012 02:53:17 +0000 (13:53 +1100)
commitfbc4a556a908ea1a88a4c42f30fdfde63e18c5f6
treea040afbac8c8d12c25e03d592f8aa7b8b0610b26
parent64d3fe06e830717f19988b4bdaea79b8b668a982
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