Re: [PATCH v2 1/2] staging: media: atomisp: Fix "acquistion" typo in input_system_ctrl_defs.h
From: Dan Carpenter
Date: Tue Feb 24 2026 - 06:15:06 EST
On Tue, Feb 24, 2026 at 02:53:35PM +0400, Giorgi Tchankvetadze wrote:
> Change "acquistion" to "acquisition"
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
> ---
> v2: resend as series with unique subject lines (Greg)
>
> drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h b/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h
> index e26b9ba3356a..49e327b55b9f 100644
> --- a/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h
> +++ b/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h
> @@ -222,7 +222,7 @@ InpSysAckOverrule 2/0 [3:0] - 'b0101,
> #define ISYS_CTRL_PORT_ID_CAPT_A 0 /* device ID for capture unit A */
> #define ISYS_CTRL_PORT_ID_CAPT_B 1 /* device ID for capture unit B */
> #define ISYS_CTRL_PORT_ID_CAPT_C 2 /* device ID for capture unit C */
> -#define ISYS_CTRL_PORT_ID_ACQUISITION 3 /* device ID for acquistion unit */
> +#define ISYS_CTRL_PORT_ID_ACQUISITION 3 /* device ID for acquisition unit */
Now there is one */ which is not aligned with the others.
regards,
dan carpenter
> #define ISYS_CTRL_PORT_ID_DMA_CAPT_A 4 /* device ID for dma unit */
> #define ISYS_CTRL_PORT_ID_DMA_CAPT_B 5 /* device ID for dma unit */
> #define ISYS_CTRL_PORT_ID_DMA_CAPT_C 6 /* device ID for dma unit */
> --
> 2.52.0
>