[PATCH] scsi: zfcp: Fix typo

Claudiu posted 1 patch 2 months, 1 week ago
drivers/s390/scsi/zfcp_diag.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: zfcp: Fix typo
Posted by Claudiu 2 months, 1 week ago
From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Fix typo in "synchronize".

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
---
 drivers/s390/scsi/zfcp_diag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/scsi/zfcp_diag.c b/drivers/s390/scsi/zfcp_diag.c
index 7be5a1d56263..f274e022effd 100644
--- a/drivers/s390/scsi/zfcp_diag.c
+++ b/drivers/s390/scsi/zfcp_diag.c
@@ -224,7 +224,7 @@ __zfcp_diag_test_buffer_age_isfresh(const struct zfcp_diag_adapter *const diag,
  *
  * This function will cause an update of the given @hdr by calling the also
  * given @buffer_update function. If called by multiple sources at the same
- * time, it will synchornize the update by only allowing one source to call
+ * time, it will synchronize the update by only allowing one source to call
  * @buffer_update and the others to wait for that source to complete instead
  * (the wait is interruptible).
  *
-- 
2.43.0