[PATCH] staging: media: ipu7: fix typo in comment
From: Tomasz Unger
Date: Sat Aug 22 2026 - 12:27:25 EST
Fix a typo in a comment: "utlization" should be "utilization".
Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
---
Verified with checkpatch.pl - no new warnings introduced by this change.
---
drivers/staging/media/ipu7/ipu7.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/ipu7/ipu7.h b/drivers/staging/media/ipu7/ipu7.h
index ac8ac0689468..d045e16bbcf0 100644
--- a/drivers/staging/media/ipu7/ipu7.h
+++ b/drivers/staging/media/ipu7/ipu7.h
@@ -114,7 +114,7 @@ struct ipu7_device {
#define IPU_UAO_PLANE_MAX_NUM 64U
/*
- * To maximize the IOSF utlization, IPU need to send requests in bursts.
+ * To maximize the IOSF utilization, IPU need to send requests in bursts.
* At the DMA interface with the buttress, there are CDC FIFOs with burst
* collection capability. CDC FIFO burst collectors have a configurable
* threshold and is configured based on the outcome of performance measurements.
---
base-commit: c6eb4dc5964fdf4086b73b7f0f5dc0d595fb5cf3
change-id: 20260822-ipu7-utlization-typo-fix-f7db2b4f928e
Best regards,
--
Tomasz Unger <tomasz.unger@xxxxxxxx>