From 3e79ac32bb255f7470e0c6d0700ec80ddb8f91cc Mon Sep 17 00:00:00 2001 From: Eldad Zack Date: Mon, 17 Dec 2012 16:03:04 -0800 Subject: [PATCH] --- yaml --- r: 346454 b: refs/heads/master c: 4c925d6031f719fad6ea8b1c94a636f4c0fea39b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/DocBook/kernel-api.tmpl | 3 + trunk/include/linux/kernel.h | 33 +++++++++++ trunk/lib/kstrtox.c | 64 +++++++++++++++++++++ 4 files changed, 101 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 78bac05d5c89..ebef7aa7be83 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 543f56c19c3e926d33b50a6bcbc37c408631601e +refs/heads/master: 4c925d6031f719fad6ea8b1c94a636f4c0fea39b diff --git a/trunk/Documentation/DocBook/kernel-api.tmpl b/trunk/Documentation/DocBook/kernel-api.tmpl index 00687ee9d363..f75ab4c1b281 100644 --- a/trunk/Documentation/DocBook/kernel-api.tmpl +++ b/trunk/Documentation/DocBook/kernel-api.tmpl @@ -58,6 +58,9 @@ String Conversions !Elib/vsprintf.c +!Finclude/linux/kernel.h kstrtol +!Finclude/linux/kernel.h kstrtoul +!Elib/kstrtox.c String Manipulation