From 74f18777a2e6919172a4214c3195bfcc48f48407 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 3 Sep 2023 21:38:29 -0600 Subject: arch to drivers/intel: Fix misspellings & capitalization issues Signed-off-by: Martin Roth Change-Id: Ic52f01d1d5d86334e0fd639b968b5eed43a35f1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/77633 Reviewed-by: Eric Lai Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- src/drivers/analogix/anx7625/anx7625.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/analogix/anx7625/anx7625.h') diff --git a/src/drivers/analogix/anx7625/anx7625.h b/src/drivers/analogix/anx7625/anx7625.h index bba42cb61a..f14f8bd0a6 100644 --- a/src/drivers/analogix/anx7625/anx7625.h +++ b/src/drivers/analogix/anx7625/anx7625.h @@ -189,7 +189,7 @@ #define AP_AV_STATUS 0x28 #define AP_VIDEO_CHG (1<<2) #define AP_AUDIO_CHG (1<<3) -#define AP_MIPI_MUTE (1<<4) /* 1:MIPI input mute, 0: ummute */ +#define AP_MIPI_MUTE (1<<4) /* 1:MIPI input mute, 0: unmute */ #define AP_MIPI_RX_EN (1<<5) /* 1: MIPI RX input in 0: no RX in */ #define AP_DISABLE_PD (1<<6) #define AP_DISABLE_DISPLAY (1<<7) -- cgit v1.2.3