diff options
| author | Bart Van Assche <[email protected]> | 2018-02-22 21:49:59 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2018-02-28 02:15:16 +0000 |
| commit | 121246ae93a1ef37b358da43155c1cc4f33eab37 (patch) | |
| tree | a8483a8fbfe6c4f72f9371c51c54a684635822da /drivers/scsi/libsas/sas_init.c | |
| parent | scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 (diff) | |
| download | kernel-121246ae93a1ef37b358da43155c1cc4f33eab37.tar.gz kernel-121246ae93a1ef37b358da43155c1cc4f33eab37.zip | |
scsi: libsas: Fix kernel-doc headers
Avoid that building with W=1 causes the kernel-doc tool to complain
about function arguments that have not been documented in the libsas
kernel-doc headers. Avoid that the short description starts with a
hyphen by changing "--" into "-" in the first line of the kernel-doc
headers.
Signed-off-by: Bart Van Assche <[email protected]>
Cc: John Garry <[email protected]>
Reviewed-by: John Garry <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/libsas/sas_init.c')
| -rw-r--r-- | drivers/scsi/libsas/sas_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_init.c b/drivers/scsi/libsas/sas_init.c index c81a63b5dc71..ede0af78144f 100644 --- a/drivers/scsi/libsas/sas_init.c +++ b/drivers/scsi/libsas/sas_init.c @@ -234,7 +234,7 @@ int sas_try_ata_reset(struct asd_sas_phy *asd_phy) return -ENODEV; } -/** +/* * transport_sas_phy_reset - reset a phy and permit libata to manage the link * * phy reset request via sysfs in host workqueue context so we know we |
