Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Roshan Khatri and committed by
Hans Verkuil
5b11fe4d 4306942d

+1 -1
+1 -1
drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ia_css_eed1_8.host.c
··· 161 161 assert(fcinv_x[j] > fcinv_x[j - 1]); 162 162 } 163 163 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 165 165 * of the OP_vec_shuffle16 operation. 166 166 * A 64 element vector is split up in 4 blocks of 16 element. Each array is copied to 167 167 * a vector 4 times, (starting at 0, 16, 32 and 48). All array elements are copied or