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

scsi: mpt3sas: Fix some kernel-doc misnaming issues

Fixes the following W=1 kernel build warning(s):

 drivers/scsi/mpt3sas/mpt3sas_ctl.c:463: warning: expecting prototype for mpt3sas_ctl_reset_handler(). Prototype was for mpt3sas_ctl_pre_reset_handler() instead
 drivers/scsi/mpt3sas/mpt3sas_ctl.c:495: warning: expecting prototype for mpt3sas_ctl_reset_handler(). Prototype was for mpt3sas_ctl_clear_outstanding_ioctls() instead
 drivers/scsi/mpt3sas/mpt3sas_ctl.c:512: warning: expecting prototype for mpt3sas_ctl_reset_handler(). Prototype was for mpt3sas_ctl_reset_done_handler() instead
 drivers/scsi/mpt3sas/mpt3sas_ctl.c:2771: warning: expecting prototype for _ ctl_ioctl_compat(). Prototype was for _ctl_ioctl_compat() instead
 drivers/scsi/mpt3sas/mpt3sas_ctl.c:2789: warning: expecting prototype for _ ctl_mpt2_ioctl_compat(). Prototype was for _ctl_mpt2_ioctl_compat() instead
 drivers/scsi/mpt3sas/mpt3sas_ctl.c:3061: warning: expecting prototype for sas_address_show(). Prototype was for host_sas_address_show() instead
 drivers/scsi/mpt3sas/mpt3sas_ctl.c:3682: warning: expecting prototype for diag_trigger_scsi_show(). Prototype was for diag_trigger_mpi_show() instead
 drivers/scsi/mpt3sas/mpt3sas_ctl.c:3941: warning: expecting prototype for sas_ncq_io_prio_show(). Prototype was for sas_ncq_prio_enable_show() instead

Link: https://lore.kernel.org/r/20210312094738.2207817-10-lee.jones@linaro.org
Cc: Sathya Prakash <sathya.prakash@broadcom.com>
Cc: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Cc: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: MPT-FusionLinux.pdl@avagotech.com
Cc: MPT-FusionLinux.pdl@broadcom.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 38109566
...@@ -454,7 +454,7 @@ _ctl_verify_adapter(int ioc_number, struct MPT3SAS_ADAPTER **iocpp, ...@@ -454,7 +454,7 @@ _ctl_verify_adapter(int ioc_number, struct MPT3SAS_ADAPTER **iocpp,
} }
/** /**
* mpt3sas_ctl_reset_handler - reset callback handler (for ctl) * mpt3sas_ctl_pre_reset_handler - reset callback handler (for ctl)
* @ioc: per adapter object * @ioc: per adapter object
* *
* The handler for doing any required cleanup or initialization. * The handler for doing any required cleanup or initialization.
...@@ -486,7 +486,7 @@ void mpt3sas_ctl_pre_reset_handler(struct MPT3SAS_ADAPTER *ioc) ...@@ -486,7 +486,7 @@ void mpt3sas_ctl_pre_reset_handler(struct MPT3SAS_ADAPTER *ioc)
} }
/** /**
* mpt3sas_ctl_reset_handler - clears outstanding ioctl cmd. * mpt3sas_ctl_clear_outstanding_ioctls - clears outstanding ioctl cmd.
* @ioc: per adapter object * @ioc: per adapter object
* *
* The handler for doing any required cleanup or initialization. * The handler for doing any required cleanup or initialization.
...@@ -503,7 +503,7 @@ void mpt3sas_ctl_clear_outstanding_ioctls(struct MPT3SAS_ADAPTER *ioc) ...@@ -503,7 +503,7 @@ void mpt3sas_ctl_clear_outstanding_ioctls(struct MPT3SAS_ADAPTER *ioc)
} }
/** /**
* mpt3sas_ctl_reset_handler - reset callback handler (for ctl) * mpt3sas_ctl_reset_done_handler - reset callback handler (for ctl)
* @ioc: per adapter object * @ioc: per adapter object
* *
* The handler for doing any required cleanup or initialization. * The handler for doing any required cleanup or initialization.
...@@ -2759,7 +2759,7 @@ _ctl_mpt2_ioctl(struct file *file, unsigned int cmd, unsigned long arg) ...@@ -2759,7 +2759,7 @@ _ctl_mpt2_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
} }
#ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT
/** /**
*_ ctl_ioctl_compat - main ioctl entry point (compat) * _ctl_ioctl_compat - main ioctl entry point (compat)
* @file: ? * @file: ?
* @cmd: ? * @cmd: ?
* @arg: ? * @arg: ?
...@@ -2777,7 +2777,7 @@ _ctl_ioctl_compat(struct file *file, unsigned cmd, unsigned long arg) ...@@ -2777,7 +2777,7 @@ _ctl_ioctl_compat(struct file *file, unsigned cmd, unsigned long arg)
} }
/** /**
*_ ctl_mpt2_ioctl_compat - main ioctl entry point (compat) * _ctl_mpt2_ioctl_compat - main ioctl entry point (compat)
* @file: ? * @file: ?
* @cmd: ? * @cmd: ?
* @arg: ? * @arg: ?
...@@ -3045,7 +3045,7 @@ fw_queue_depth_show(struct device *cdev, struct device_attribute *attr, ...@@ -3045,7 +3045,7 @@ fw_queue_depth_show(struct device *cdev, struct device_attribute *attr,
static DEVICE_ATTR_RO(fw_queue_depth); static DEVICE_ATTR_RO(fw_queue_depth);
/** /**
* sas_address_show - sas address * host_sas_address_show - sas address
* @cdev: pointer to embedded class device * @cdev: pointer to embedded class device
* @attr: ? * @attr: ?
* @buf: the buffer returned * @buf: the buffer returned
...@@ -3669,7 +3669,7 @@ static DEVICE_ATTR_RW(diag_trigger_scsi); ...@@ -3669,7 +3669,7 @@ static DEVICE_ATTR_RW(diag_trigger_scsi);
/** /**
* diag_trigger_scsi_show - show the diag_trigger_mpi attribute * diag_trigger_mpi_show - show the diag_trigger_mpi attribute
* @cdev: pointer to embedded class device * @cdev: pointer to embedded class device
* @attr: ? * @attr: ?
* @buf: the buffer returned * @buf: the buffer returned
...@@ -3928,7 +3928,7 @@ sas_device_handle_show(struct device *dev, struct device_attribute *attr, ...@@ -3928,7 +3928,7 @@ sas_device_handle_show(struct device *dev, struct device_attribute *attr,
static DEVICE_ATTR_RO(sas_device_handle); static DEVICE_ATTR_RO(sas_device_handle);
/** /**
* sas_ncq_io_prio_show - send prioritized io commands to device * sas_ncq_prio_enable_show - send prioritized io commands to device
* @dev: pointer to embedded device * @dev: pointer to embedded device
* @attr: ? * @attr: ?
* @buf: the buffer returned * @buf: the buffer returned
......
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