scsi: mpi3mr: Fix typo

Fix typo in "synchronize".

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Link: https://patch.msgid.link/20260403133109.2744351-1-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Claudiu Beznea 2026-04-03 16:31:09 +03:00 committed by Martin K. Petersen
parent 1e111c4b3a
commit 03a5e8ec68

View File

@ -2715,7 +2715,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.