]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kstrto*: add documentation
authorEldad Zack <eldad@fogrefinery.com>
Fri, 9 Nov 2012 03:05:02 +0000 (14:05 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Nov 2012 05:15:54 +0000 (16:15 +1100)
commita8dac2acd7fd356ff429729e36b103bdcd71c51c
treed5005e3ed3bf5e045dcff728bdee3408dd607af7
parent709d5e4551042fc0768f4e51a577d294b6699231
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