Commit a364a147 authored by Lee Jones's avatar Lee Jones Committed by Martin K. Petersen

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/20210317091230.2912389-14-lee.jones@linaro.org
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 9eb292eb
...@@ -4063,7 +4063,7 @@ static struct device_attribute pmcraid_driver_version_attr = { ...@@ -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 * @dev: class device struct
* @attr: unused * @attr: unused
* @buf: buffer * @buf: buffer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment