diff options
| author | Lee Jones <[email protected]> | 2021-03-17 09:12:07 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-03-19 03:35:55 +0000 |
| commit | a364a147b1dcb3c993c4ff1e7b13fa1643288bfb (patch) | |
| tree | 6dda38305eba09dfbd0832f0a8f9e5f081599e08 /drivers/scsi/pmcraid.c | |
| parent | scsi: myrs: Add missing ':' to make the kernel-doc checker happy (diff) | |
| download | kernel-a364a147b1dcb3c993c4ff1e7b13fa1643288bfb.tar.gz kernel-a364a147b1dcb3c993c4ff1e7b13fa1643288bfb.zip | |
scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in header
Fixes the following W=1 kernel build warning(s):
drivers/scsi/pmcraid.c:4079: warning: expecting prototype for pmcraid_show_io_adapter_id(). Prototype was for pmcraid_show_adapter_id() instead
Link: https://lore.kernel.org/r/[email protected]
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: Anil Ravindranath <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/pmcraid.c')
| -rw-r--r-- | drivers/scsi/pmcraid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index c98e39eb04b2..bffd9a9349e7 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -4063,7 +4063,7 @@ static struct device_attribute pmcraid_driver_version_attr = { }; /** - * pmcraid_show_io_adapter_id - Display driver assigned adapter id + * pmcraid_show_adapter_id - Display driver assigned adapter id * @dev: class device struct * @attr: unused * @buf: buffer |
