]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kstrto*: add documentation
authorEldad Zack <eldad@fogrefinery.com>
Thu, 15 Nov 2012 02:38:37 +0000 (13:38 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:32:14 +0000 (17:32 +1100)
commita70f971b34ab645c172e17ea10d3d0d7d4df0be4
tree3bdf7ff33ae1d0d2e036dabcd3e28f5ab91cb21c
parenta3124885ae9d5bce03d9dd9c9d12818ef230da9b
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