From: Steven Rostedt Date: Thu, 2 May 2013 15:26:13 +0000 (-0400) Subject: tracing: Put trace_puts() comment above trace_puts() macro for kernel doc X-Git-Tag: v3.11-rc1~89^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf312cf762f3ff02c0cbd218564e6241f0d1f9f;p=pandora-kernel.git tracing: Put trace_puts() comment above trace_puts() macro for kernel doc Kernel-doc gives the following warning: DOCPROC Documentation/DocBook/kernel-api.xml Warning(/include/linux/kernel.h:590): No description found for parameter 'ip' Warning(/include/linux/kernel.h:590): No description found for parameter 'ip' Due to the externs between the the comment and the trace_puts() macro. This is fixed by moving the externs below the macro and keeping the macro and comment directly together. Reported-by: Robert P. J. Day Signed-off-by: Steven Rostedt Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed