Skip to content

Commit b5a9c24

Browse files
roshank8848mchehab
authored andcommitted
media: atomisp: Fix spelling mistake in csi_rx_public.h
codespell reported misspelled "register" in csi_rx_public.h, fix misspellings. Signed-off-by: Roshan Khatri <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 056f282 commit b5a9c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/media/atomisp/pci/hive_isp_css_include/host/csi_rx_public.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ hrt_data csi_rx_fe_ctrl_reg_load(
9494
const hrt_address reg);
9595
/**
9696
* @brief Store a value to the register.
97-
* Store a value to the registe of the csi rx fe.
97+
* Store a value to the register of the csi rx fe.
9898
*
9999
* @param[in] ID The global unique ID for the ibuf-controller instance.
100100
* @param[in] reg The offset address of the register.
@@ -119,7 +119,7 @@ hrt_data csi_rx_be_ctrl_reg_load(
119119
const hrt_address reg);
120120
/**
121121
* @brief Store a value to the register.
122-
* Store a value to the registe of the csi rx be.
122+
* Store a value to the register of the csi rx be.
123123
*
124124
* @param[in] ID The global unique ID for the ibuf-controller instance.
125125
* @param[in] reg The offset address of the register.

0 commit comments

Comments
 (0)