Skip to content

Commit db4eb41

Browse files
Liu Jingvinodkoul
authored andcommitted
phy: Fix the cacography in phy-exynos5250-usb2.c
The word 'swtich' is wrong, so fix it. Signed-off-by: Liu Jing <liujing@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20240701112517.6597-1-liujing@cmss.chinamobile.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent edf9e04 commit db4eb41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/phy/samsung/phy-exynos5250-usb2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
#define EXYNOS_5420_USB_ISOL_HOST_OFFSET 0x70C
122122
#define EXYNOS_5250_USB_ISOL_ENABLE BIT(0)
123123

124-
/* Mode swtich register */
124+
/* Mode switch register */
125125
#define EXYNOS_5250_MODE_SWITCH_OFFSET 0x230
126126
#define EXYNOS_5250_MODE_SWITCH_MASK 1
127127
#define EXYNOS_5250_MODE_SWITCH_DEVICE 0

0 commit comments

Comments
 (0)