mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 15:44:02 +08:00
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>
This commit is contained in:
parent
eee0f252c6
commit
5be7ef0024
@ -381,11 +381,6 @@ static ssize_t proc_scsi_write(struct file *file, const char __user *buf,
|
||||
return err;
|
||||
}
|
||||
|
||||
/**
|
||||
* proc_scsi_show - show contents of /proc/scsi/scsi (attached devices)
|
||||
* @s: output goes here
|
||||
* @p: not used
|
||||
*/
|
||||
static int always_match(struct device *dev, void *data)
|
||||
{
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user