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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent edf9e04 commit db4eb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)