diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-21 02:10:55 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-03-25 12:54:24 +0530 |
commit | c115c5680d09e9e37477937755da9f0423c5e9c9 (patch) | |
tree | 75efdea82ae5b18903f52e8acfdda02be6e3e229 /drivers/phy/intel | |
parent | 6a7d15b850f802ca9b67011a80cb2f6ea96c830b (diff) |
phy: intel: Fix a typo
s/subsytem/subsystem/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210320204055.26107-1-unixbhaskar@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/intel')
-rw-r--r-- | drivers/phy/intel/phy-intel-lgm-combo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/intel/phy-intel-lgm-combo.c b/drivers/phy/intel/phy-intel-lgm-combo.c index 360b1eb2ebd6..157683d10367 100644 --- a/drivers/phy/intel/phy-intel-lgm-combo.c +++ b/drivers/phy/intel/phy-intel-lgm-combo.c @@ -462,7 +462,7 @@ static int intel_cbphy_fwnode_parse(struct intel_combo_phy *cbphy) /* * syscfg and hsiocfg variables stores the handle of the registers set - * in which ComboPhy subsytem specific registers are subset. Using + * in which ComboPhy subsystem specific registers are subset. Using * Register map framework to access the registers set. */ ret = fwnode_property_get_reference_args(fwnode, "intel,syscfg", NULL, |