[PATCH v2] staging: media: atomisp: fix typo in refcount.c comment

From: Tomasz Unger

Date: Fri Aug 14 2026 - 04:09:14 EST


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.

Reformat the comment to a single line, since it fits well
within the line length limit, instead of the previous
non-standard two-line style.

Suggested-by: Andy Shevchenko <andy@xxxxxxxxxx>
Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
---
Changes in v2:
- Reformatted the comment to a single line, per Andy Shevchenko's review feedback, instead of the previous non-standard two-line style.
---
drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

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..168180f3873e 100644
--- a/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c
+++ b/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c
@@ -15,8 +15,7 @@

#include "ia_css_debug.h"

-/* TODO: enable for other memory aswell
- now only for ia_css_ptr */
+/* TODO: enable for other memory as well, now only for ia_css_ptr */
struct ia_css_refcount_entry {
u32 count;
ia_css_ptr data;

---
base-commit: db2ddb87143519e20a95aa36c60b36107b736a58
change-id: 20260814-atomisp-v2-real-e32d2015be55

Best regards,
--
Tomasz Unger <tomasz.unger@xxxxxxxx>