From: Marek Szyprowski Date: Tue, 16 May 2023 09:25:03 +0000 (+0200) Subject: extcon: Trivial typo fix X-Git-Tag: accepted/tizen/unified/20230613.170758~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F292879%2F2;p=platform%2Fcore%2Fsystem%2Fdeviced.git extcon: Trivial typo fix Signed-off-by: Marek Szyprowski Change-Id: I369e56a03947bc50b05c799e6ff937c7bba62e20 --- diff --git a/src/extcon/earjack.c b/src/extcon/earjack.c index ae44eaa..43e8db2 100644 --- a/src/extcon/earjack.c +++ b/src/extcon/earjack.c @@ -78,7 +78,7 @@ static int earjack_update(const char *index, int status) _E("Failed to set vconf value for earjack: %d", vconf_get_ext_errno()); earjack_send_broadcast(status); earjack_send_system_event(status); - if (status != EARJACK_DICONNECTED) { + if (status != EARJACK_DISCONNECTED) { display_plugin_pm_change_internal(INTERNAL_LOCK_EARJACK, LCD_NORMAL); } diff --git a/src/extcon/extcon.h b/src/extcon/extcon.h index 77247b0..db68cfb 100644 --- a/src/extcon/extcon.h +++ b/src/extcon/extcon.h @@ -62,7 +62,7 @@ typedef enum { } extcon_usbhost_state_e; typedef enum { - EARJACK_DICONNECTED = 0, + EARJACK_DISCONNECTED = 0, EARJACK_3WIRE = 0x1, EARJACK_4WIRE = 0x3, EARJACK_TVOUT = 0x10