]> 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>
Fri, 26 Oct 2012 04:05:36 +0000 (15:05 +1100)
commitdde0cd8868f2b9fd462e91e57e6cb79ead9940a2
treed6a89e54751c4dc877ccd627163906016b4c2468
parent96d8d79a708b60415aa0c64d63329a9728fdc760
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