From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: [merged] kstrto-add-documentation.patch removed from -mm tree Date: Tue, 18 Dec 2012 12:08:57 -0800 Message-ID: <20121218200857.B574F100047@wpzn3.hot.corp.google.com> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from mail-vb0-f74.google.com ([209.85.212.74]:37949 "EHLO mail-vb0-f74.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755118Ab2LRUI7 (ORCPT ); Tue, 18 Dec 2012 15:08:59 -0500 Received: by mail-vb0-f74.google.com with SMTP id s24so126066vbi.1 for ; Tue, 18 Dec 2012 12:08:58 -0800 (PST) Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: eldad@fogrefinery.com, adobriyan@gmail.com, bfields@fieldses.org, joe@perches.com, rdunlap@xenotime.net, rob@landley.net, mm-commits@vger.kernel.org The patch titled Subject: kstrto*: add documentation has been removed from the -mm tree. Its filename was kstrto-add-documentation.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Eldad Zack Subject: 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 Cc: J. Bruce Fields Cc: Joe Perches Cc: Randy Dunlap Cc: Alexey Dobriyan Cc: Rob Landley Signed-off-by: Andrew Morton --- Documentation/DocBook/kernel-api.tmpl | 3 + include/linux/kernel.h | 33 ++++++++++++ lib/kstrtox.c | 64 ++++++++++++++++++++++++ 3 files changed, 100 insertions(+) diff -puN Documentation/DocBook/kernel-api.tmpl~kstrto-add-documentation Documentation/DocBook/kernel-api.tmpl --- a/Documentation/DocBook/kernel-api.tmpl~kstrto-add-documentation +++ a/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