hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/i2c/tda1997x_regs.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 /*
33 * Copyright (C) 2018 Gateworks Corporation
44 */
....@@ -596,7 +596,7 @@
596596 #define RESET_AUDIO BIT(0) /* Reset Audio FIFO control */
597597
598598 /* HDCP_BCAPS bits */
599
-#define HDCP_HDMI BIT(7) /* HDCP suports HDMI (vs DVI only) */
599
+#define HDCP_HDMI BIT(7) /* HDCP supports HDMI (vs DVI only) */
600600 #define HDCP_REPEATER BIT(6) /* HDCP supports repeater function */
601601 #define HDCP_READY BIT(5) /* set by repeater function */
602602 #define HDCP_FAST BIT(4) /* Up to 400kHz */