Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: fix scsi_proc new kernel-doc warning

Fix kernel-doc warnings in scsi_proc.c:

Warning(drivers/scsi/scsi_proc.c:390): No description found for parameter 'dev'
Warning(drivers/scsi/scsi_proc.c:390): No description found for parameter 'data'
Warning(drivers/scsi/scsi_proc.c:390): Excess function parameter 's' description in 'always_match'
Warning(drivers/scsi/scsi_proc.c:390): Excess function parameter 'p' description in 'always_match'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
5be7ef00 eee0f252

-5
-5
drivers/scsi/scsi_proc.c
··· 381 381 return err; 382 382 } 383 383 384 - /** 385 - * proc_scsi_show - show contents of /proc/scsi/scsi (attached devices) 386 - * @s: output goes here 387 - * @p: not used 388 - */ 389 384 static int always_match(struct device *dev, void *data) 390 385 { 391 386 return 1;