Skip to content

Commit db505ff

Browse files
ColinIanKingrobertfoss
authored andcommitted
drm/bridge: Fix spelling mistake "gettin" -> "getting"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Fixes: ff57816 ("drm/bridge: sii902x: Implement HDMI audio support") Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 301618e commit db505ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/bridge/sii902x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ static int sii902x_audio_codec_init(struct sii902x *sii902x,
887887
lanes[0] = 0;
888888
} else if (num_lanes < 0) {
889889
dev_err(dev,
890-
"%s: Error gettin \"sil,i2s-data-lanes\": %d\n",
890+
"%s: Error getting \"sil,i2s-data-lanes\": %d\n",
891891
__func__, num_lanes);
892892
return num_lanes;
893893
}

0 commit comments

Comments
 (0)