Skip to content

Commit

Permalink
drm/omap: fix typo
Browse files Browse the repository at this point in the history
Fix spelling mistake: "lenght" -> "length"

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190107130934.9997-1-mcroce@redhat.com
  • Loading branch information
Matteo Croce authored and Tomi Valkeinen committed Mar 27, 2019
1 parent 836f90f commit 14bc296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
else
acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
/*
* The I2S input word length is twice the lenght given in the IEC-60958
* The I2S input word length is twice the length given in the IEC-60958
* status word. If the word size is greater than
* 20 bits, increment by one.
*/
Expand Down

0 comments on commit 14bc296

Please sign in to comment.