Skip to content

Commit

Permalink
media: atomisp: Fix typo "accesible"
Browse files Browse the repository at this point in the history
Trivial fix.

Link: https://lore.kernel.org/linux-media/[email protected]
Signed-off-by: Ricardo Ribalda <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
ribalda authored and mchehab committed Jul 22, 2021
1 parent 44693d7 commit e6f2387
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// Number of registers
#define ISYS_CTRL_NOF_REGS 23

// Register id's of MMIO slave accesible registers
// Register id's of MMIO slave accessible registers
#define ISYS_CTRL_CAPT_START_ADDR_A_REG_ID 0
#define ISYS_CTRL_CAPT_START_ADDR_B_REG_ID 1
#define ISYS_CTRL_CAPT_START_ADDR_C_REG_ID 2
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/media/atomisp/pci/isp_acquisition_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#define NOF_ACQ_REGS 12

// Register id's of MMIO slave accesible registers
// Register id's of MMIO slave accessible registers
#define ACQ_START_ADDR_REG_ID 0
#define ACQ_MEM_REGION_SIZE_REG_ID 1
#define ACQ_NUM_MEM_REGIONS_REG_ID 2
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/media/atomisp/pci/isp_capture_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// Number of registers
#define CAPT_NOF_REGS 16

// Register id's of MMIO slave accesible registers
// Register id's of MMIO slave accessible registers
#define CAPT_START_MODE_REG_ID 0
#define CAPT_START_ADDR_REG_ID 1
#define CAPT_MEM_REGION_SIZE_REG_ID 2
Expand Down

0 comments on commit e6f2387

Please sign in to comment.