From: Martin Waitz Fix typos in comments to remove kernel-doc warnings. Signed-off-by: Martin Waitz Signed-off-by: Andrew Morton --- drivers/base/core.c | 4 ++-- include/linux/rio_drv.h | 4 ++-- include/sound/core.h | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff -puN drivers/base/core.c~docbook-fix-kernel-doc-comments drivers/base/core.c --- devel/drivers/base/core.c~docbook-fix-kernel-doc-comments 2005-12-10 21:53:01.000000000 -0800 +++ devel-akpm/drivers/base/core.c 2005-12-10 21:53:01.000000000 -0800 @@ -161,8 +161,8 @@ static ssize_t store_uevent(struct devic return count; } -/** - * device_subsys - structure to be registered with kobject core. +/* + * devices_subsys - structure to be registered with kobject core. */ decl_subsys(devices, &ktype_device, &device_uevent_ops); diff -puN include/linux/rio_drv.h~docbook-fix-kernel-doc-comments include/linux/rio_drv.h --- devel/include/linux/rio_drv.h~docbook-fix-kernel-doc-comments 2005-12-10 21:53:01.000000000 -0800 +++ devel-akpm/include/linux/rio_drv.h 2005-12-10 21:53:01.000000000 -0800 @@ -337,8 +337,8 @@ static inline void rio_init_dbell_res(st /** * RIO_DEVICE - macro used to describe a specific RIO device - * @vid: the 16 bit RIO vendor ID - * @did: the 16 bit RIO device ID + * @dev: the 16 bit RIO device ID + * @ven: the 16 bit RIO vendor ID * * This macro is used to create a struct rio_device_id that matches a * specific device. The assembly vendor and assembly device fields diff -puN include/sound/core.h~docbook-fix-kernel-doc-comments include/sound/core.h --- devel/include/sound/core.h~docbook-fix-kernel-doc-comments 2005-12-10 21:53:01.000000000 -0800 +++ devel-akpm/include/sound/core.h 2005-12-10 21:53:01.000000000 -0800 @@ -318,7 +318,7 @@ void snd_verbose_printd(const char *file #ifdef CONFIG_SND_VERBOSE_PRINTK /** * snd_printd - debug printk - * @format: format string + * @fmt: format string * * Compiled only when Works like snd_printk() for debugging purpose. * Ignored when CONFIG_SND_DEBUG is not set. @@ -332,7 +332,6 @@ void snd_verbose_printd(const char *file /** * snd_assert - run-time assertion macro * @expr: expression - * @args...: the action * * This macro checks the expression in run-time and invokes the commands * given in the rest arguments if the assertion is failed. _