Skip to content

Commit

Permalink
net: stmmac: dwmac-imx: comment spelling fix
Browse files Browse the repository at this point in the history
Fix spelling in comment.

Fixes: 94abdad ("net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Link: https://lore.kernel.org/r/20220425154856.169499-1-marcel@ziswiler.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Marcel Ziswiler authored and Jakub Kicinski committed Apr 27, 2022
1 parent e39f63f commit b1190d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev)
}

if (of_machine_is_compatible("fsl,imx8mp")) {
/* Binding doc describes the propety:
/* Binding doc describes the property:
is required by i.MX8MP.
is optinoal for i.MX8DXL.
is optional for i.MX8DXL.
*/
dwmac->intf_regmap = syscon_regmap_lookup_by_phandle(np, "intf_mode");
if (IS_ERR(dwmac->intf_regmap))
Expand Down

0 comments on commit b1190d5

Please sign in to comment.