diff mbox series

scsi: qla2xxx: Fix spelling typo in comment

Message ID 20220715071735.856293-1-13667453960@163.com
State New
Headers show
Series scsi: qla2xxx: Fix spelling typo in comment | expand

Commit Message

Jiangshan Yi July 15, 2022, 7:17 a.m. UTC
From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 drivers/scsi/qla2xxx/qla_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bart Van Assche July 16, 2022, 1:47 p.m. UTC | #1
On 7/15/22 00:17, Jiangshan Yi wrote:
> diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
> index 3f3417a3e891..b8a9f923fb32 100644
> --- a/drivers/scsi/qla2xxx/qla_init.c
> +++ b/drivers/scsi/qla2xxx/qla_init.c
> @@ -6661,7 +6661,7 @@ qla2x00_loop_resync(scsi_qla_host_t *vha)
>   * Description: This function will set the appropriate flags and call
>   *              qla2x00_loop_resync. If successful loop will be resynced
>   * Arguments : scsi_qla_host_t pointer
> -* returm    : Success or Failure
> +* return    : Success or Failure
>   */

Please convert the entire function header into kernel-doc format instead 
of only fixing the spelling error shown above.

Thanks,

Bart.
diff mbox series

Patch

diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index 3f3417a3e891..b8a9f923fb32 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -6661,7 +6661,7 @@  qla2x00_loop_resync(scsi_qla_host_t *vha)
 * Description: This function will set the appropriate flags and call
 *              qla2x00_loop_resync. If successful loop will be resynced
 * Arguments : scsi_qla_host_t pointer
-* returm    : Success or Failure
+* return    : Success or Failure
 */
 
 int qla2x00_perform_loop_resync(scsi_qla_host_t *ha)