diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2022-04-20 17:23:30 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-05-02 15:40:11 +0530 |
commit | c7fd98f84ead200d10367bcf40d82dcf706a84c4 (patch) | |
tree | 774d748291bd0c42299a6ed9cf611c34324efe3c /drivers/phy | |
parent | 302a20c717beeb0592c0f9fdad5b6d803b0fa0f4 (diff) | |
download | linux-c7fd98f84ead200d10367bcf40d82dcf706a84c4.tar.bz2 |
phy: qcom-qmp: fix phy-descriptor kernel-doc typo
Fix misspelled "clock" in the description of the pipe_clk field in the
PHY-descriptor kernel-doc comment.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220420152331.5527-2-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index 9c0c003635e9..641f95b3934c 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c @@ -3221,7 +3221,7 @@ struct qmp_phy_combo_cfg { * @tx2: iomapped memory space for second lane's tx (in dual lane PHYs) * @rx2: iomapped memory space for second lane's rx (in dual lane PHYs) * @pcs_misc: iomapped memory space for lane's pcs_misc - * @pipe_clk: pipe lock + * @pipe_clk: pipe clock * @index: lane index * @qmp: QMP phy to which this lane belongs * @lane_rst: lane's reset controller |