[PATCH] staging: media: atomisp: fix typo in refcount.c 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 'aswell' typo to 'as well' in a TODO comment describing refcount support for memory types other than ia_css_ptr. Only the spelling is corrected; the TODO item itself is unchanged and still needs to be addressed separately. Signed-off-by: Tomasz Unger <[email protected]> --- drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c b/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c index 4a8675d0129a..5947f9033b89 100644 --- a/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c +++ b/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c @@ -15,7 +15,7 @@ #include "ia_css_debug.h" -/* TODO: enable for other memory aswell +/* TODO: enable for other memory as well now only for ia_css_ptr */ struct ia_css_refcount_entry { u32 count; --- base-commit: db2ddb87143519e20a95aa36c60b36107b736a58 change-id: 20260813-atomisp-fix-typo-aswell-afc711ab9ce2 Best regards, -- Tomasz Unger <[email protected]>