media: atomisp: Fix spelling mistake in csi_rx_public.h
authorRoshan Khatri <topofeverest8848@gmail.com>
Thu, 2 May 2024 04:34:15 +0000 (06:34 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 6 Sep 2024 09:56:53 +0000 (11:56 +0200)
codespell reported misspelled "register" in csi_rx_public.h,
fix misspellings.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Link: https://lore.kernel.org/r/20240502043415.88434-1-topofeverest8848@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/hive_isp_css_include/host/csi_rx_public.h

index 693154e8ec2f914fc7d129244096181a1d0cd17d..7e37f08090342aa3b75d1830e6571ebf0195d509 100644 (file)
@@ -94,7 +94,7 @@ hrt_data csi_rx_fe_ctrl_reg_load(
     const hrt_address reg);
 /**
  * @brief Store a value to the register.
- * Store a value to the registe of the csi rx fe.
+ * Store a value to the register of the csi rx fe.
  *
  * @param[in]  ID              The global unique ID for the ibuf-controller instance.
  * @param[in]  reg             The offset address of the register.
@@ -119,7 +119,7 @@ hrt_data csi_rx_be_ctrl_reg_load(
     const hrt_address reg);
 /**
  * @brief Store a value to the register.
- * Store a value to the registe of the csi rx be.
+ * Store a value to the register of the csi rx be.
  *
  * @param[in]  ID              The global unique ID for the ibuf-controller instance.
  * @param[in]  reg             The offset address of the register.