mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
media: atomisp: Fix spelling mistake in binary.c
codespell reported following spelling mistake in runtime/binary/src as below: ''' ./runtime/binary/src/binary.c:537: spcification ==> specification ''' This patch fixes thisspelling mistake. Link: https://lore.kernel.org/r/20231223091521.85467-1-kdipendra88@gmail.com Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
38c56d8174
commit
3b63b7db1d
|
|
@ -534,7 +534,7 @@ ia_css_binary_uninit(void) {
|
|||
static int
|
||||
binary_grid_deci_factor_log2(int width, int height)
|
||||
{
|
||||
/* 3A/Shading decimation factor spcification (at August 2008)
|
||||
/* 3A/Shading decimation factor specification (at August 2008)
|
||||
* ------------------------------------------------------------------
|
||||
* [Image Width (BQ)] [Decimation Factor (BQ)] [Resulting grid cells]
|
||||
* 1280 ?c 32 40 ?c
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user