[PATCH] staging: media: ipu7: fix typo in comment
Tomasz Unger <[email protected]>
| Newsgroups | org.kernel.vger.linux-media,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Fix a typo in a comment: "utlization" should be "utilization". Signed-off-by: Tomasz Unger <[email protected]> --- 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 <[email protected]>