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 sh_css_internal.h

codespell reported misspelled words still and member.
This patch fixes misspellings.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Link: https://lore.kernel.org/r/20240501162620.86865-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
4306942d 06617337

+2 -2
+2 -2
drivers/staging/media/atomisp/pci/sh_css_internal.h
··· 511 511 * of the associated pipe. Dynamic means that the data address can 512 512 * change with every (frame) iteration of the associated pipe 513 513 * 514 - * s3a and dis are now also dynamic but (stil) handled separately 514 + * s3a and dis are now also dynamic but (still) handled separately 515 515 */ 516 516 #define SH_CSS_NUM_DYNAMIC_FRAME_IDS (3) 517 517 ··· 599 599 600 600 /* 601 601 * Time: 2012-07-19, 17:40. 602 - * Note: Add a new data memeber "debug" in "sh_css_sp_group". This 602 + * Note: Add a new data member "debug" in "sh_css_sp_group". This 603 603 * data member is used to pass the debugging command from the 604 604 * Host to the SP. 605 605 *