From 76e6a1d6607e5b58003bb87e3b3220d5fdb7568d Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Fri, 29 Dec 2006 16:47:29 -0800 Subject: [PATCH] [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-format-patch failed