diff options
author | Colin Ian King <[email protected]> | 2022-10-04 17:13:36 +0100 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2022-10-24 19:03:53 +0200 |
commit | 3257a7673b564554b5b70e286bb8b61c6c04a446 (patch) | |
tree | 4b1e18a09d94415d7eb1b79eab2988d410d232b7 | |
parent | 5e1a33759a57b5c075187b6f12f0f57c964ed1c4 (diff) |
media: atomisp: Fix spelling mistake "modee" -> "mode"
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r-- | drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_private.h b/drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_private.h index 1c7938d8ccb5..8f79424bedb2 100644 --- a/drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_private.h +++ b/drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_private.h @@ -161,7 +161,7 @@ STORAGE_CLASS_PIXELGEN_C void pixelgen_ctrl_dump_state( state->syng_stat_fcnt); ia_css_print("Pixel Generator ID %d syng stat done 0x%x\n", ID, state->syng_stat_done); - ia_css_print("Pixel Generator ID %d tpg modee 0x%x\n", ID, state->tpg_mode); + ia_css_print("Pixel Generator ID %d tpg mode 0x%x\n", ID, state->tpg_mode); ia_css_print("Pixel Generator ID %d tpg hcnt mask 0x%x\n", ID, state->tpg_hcnt_mask); ia_css_print("Pixel Generator ID %d tpg hcnt mask 0x%x\n", ID, |