media: atomisp: Fix spelling mistake in ia_css_eed1_8.host.c

codespell reported misspelled calculating in
ia_css_eed1_8.host.c. This patch fixes the misspellings.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Link: https://lore.kernel.org/r/20240505032931.133879-1-topofeverest8848@gmail.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
Roshan Khatri 2024-05-05 09:14:30 +05:45 committed by Hans Verkuil
parent 4306942df0
commit 5b11fe4daf

View File

@ -161,7 +161,7 @@ ia_css_eed1_8_vmem_encode(
assert(fcinv_x[j] > fcinv_x[j - 1]);
}
/* The implementation of the calulating 1/x is based on the availability
/* The implementation of the calculating 1/x is based on the availability
* of the OP_vec_shuffle16 operation.
* A 64 element vector is split up in 4 blocks of 16 element. Each array is copied to
* a vector 4 times, (starting at 0, 16, 32 and 48). All array elements are copied or