From: Randy Dunlap Date: Sat, 30 Dec 2006 00:47:29 +0000 (-0800) Subject: [PATCH] pci/probe: fix macro that confuses kernel-doc X-Git-Tag: v2.6.20-rc3~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e6a1d6607e5b58003bb87e3b3220d5fdb7568d;p=pandora-kernel.git [PATCH] pci/probe: fix macro that confuses kernel-doc Don't have macros between a function's kernel-doc block and the function definition. This is not valid for kernel-doc. Warning(/var/linsrc/linux-2.6.20-rc1-git8//drivers/pci/probe.c:653): No description found for parameter 'IORESOURCE_PCI_FIXED' Signed-off-by: Randy Dunlap Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed