Skip to content

Commit 5b11fe4

Browse files
roshank8848Hans Verkuil
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 4306942 commit 5b11fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ia_css_eed1_8.host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ ia_css_eed1_8_vmem_encode(
161161
assert(fcinv_x[j] > fcinv_x[j - 1]);
162162
}
163163

164-
/* The implementation of the calulating 1/x is based on the availability
164+
/* The implementation of the calculating 1/x is based on the availability
165165
* of the OP_vec_shuffle16 operation.
166166
* A 64 element vector is split up in 4 blocks of 16 element. Each array is copied to
167167
* a vector 4 times, (starting at 0, 16, 32 and 48). All array elements are copied or

0 commit comments

Comments
 (0)