mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
UPSTREAM: scsi: core: Suppress a kernel-doc warning
Suppress the following kernel-doc warning: drivers/scsi/scsi_scan.c:129: warning: Function parameter or member 'dev' not described in 'scsi_enable_async_suspend' Bug: 254441685 Link: https://lore.kernel.org/r/20211129194609.3466071-2-bvanassche@acm.org Fixes:a19a93e4c6("scsi: core: pm: Rely on the device driver core for async power management") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> (cherry picked from commit776141dda7) Signed-off-by: Lee Jones <joneslee@google.com> Change-Id: Idd5329fd23f2ebb778c8177457de9eb7903bb731
This commit is contained in:
committed by
Treehugger Robot
parent
17b50edfad
commit
f3fe2dacb0
@@ -122,7 +122,7 @@ struct async_scan_data {
|
||||
struct completion prev_finished;
|
||||
};
|
||||
|
||||
/**
|
||||
/*
|
||||
* scsi_enable_async_suspend - Enable async suspend and resume
|
||||
*/
|
||||
void scsi_enable_async_suspend(struct device *dev)
|
||||
|
||||
Reference in New Issue
Block a user