[PATCH] scsi: mpi3mr: Fix typo

Claudiu posted 1 patch 2 months, 1 week ago
drivers/scsi/mpi3mr/mpi3mr_fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: mpi3mr: 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/scsi/mpi3mr/mpi3mr_fw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/mpi3mr/mpi3mr_fw.c b/drivers/scsi/mpi3mr/mpi3mr_fw.c
index c744210cc901..fe7af82357f9 100644
--- a/drivers/scsi/mpi3mr/mpi3mr_fw.c
+++ b/drivers/scsi/mpi3mr/mpi3mr_fw.c
@@ -2699,7 +2699,7 @@ void mpi3mr_check_rh_fault_ioc(struct mpi3mr_ioc *mrioc, u32 reason_code)
  * mpi3mr_sync_timestamp - Issue time stamp sync request
  * @mrioc: Adapter reference
  *
- * Issue IO unit control MPI request to synchornize firmware
+ * Issue IO unit control MPI request to synchronize firmware
  * timestamp with host time.
  *
  * Return: 0 on success, non-zero on failure.
-- 
2.43.0
Re: [PATCH] scsi: mpi3mr: Fix typo
Posted by Martin K. Petersen 2 months ago
On Fri, 03 Apr 2026 16:31:09 +0300, Claudiu wrote:

> Fix typo in "synchronize".
> 
> 

Applied to 7.1/scsi-queue, thanks!

[1/1] scsi: mpi3mr: Fix typo
      https://git.kernel.org/mkp/scsi/c/03a5e8ec68d7

-- 
Martin K. Petersen