diff options
author | Liu Jing <liujing@cmss.chinamobile.com> | 2024-07-01 19:25:17 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-07-02 18:41:23 +0530 |
commit | db4eb418c71a4223b90cac34017ed1f627371da9 (patch) | |
tree | 34bb95fa167e96443d26e9c4cd1e3fc7e0eae934 | |
parent | edf9e04955d2387032beac54ebf20b43aaca2adf (diff) |
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>
-rw-r--r-- | drivers/phy/samsung/phy-exynos5250-usb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/samsung/phy-exynos5250-usb2.c b/drivers/phy/samsung/phy-exynos5250-usb2.c index e198010e1bfd..21b06072f866 100644 --- a/drivers/phy/samsung/phy-exynos5250-usb2.c +++ b/drivers/phy/samsung/phy-exynos5250-usb2.c @@ -121,7 +121,7 @@ #define EXYNOS_5420_USB_ISOL_HOST_OFFSET 0x70C #define EXYNOS_5250_USB_ISOL_ENABLE BIT(0) -/* Mode swtich register */ +/* Mode switch register */ #define EXYNOS_5250_MODE_SWITCH_OFFSET 0x230 #define EXYNOS_5250_MODE_SWITCH_MASK 1 #define EXYNOS_5250_MODE_SWITCH_DEVICE 0 |