diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-07-13 13:48:42 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-16 22:42:21 +0200 |
commit | 56c266dcfa0c3290d73b1fd5dc736aaa7d23e3ef (patch) | |
tree | f00231d34de46cc031e72d0d29f2bcc9780749c4 /drivers/net | |
parent | net: ip6_gre: get ipv6hdr after skb_cow_head() (diff) | |
download | linux-56c266dcfa0c3290d73b1fd5dc736aaa7d23e3ef.tar.xz linux-56c266dcfa0c3290d73b1fd5dc736aaa7d23e3ef.zip |
net: stmmac: dwmac-sun8i: fix typo descrive => describe
This patch fix a typo in the word Describe
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c index 2e6e2a96b4f2..f9a61f90cfbc 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c @@ -37,7 +37,7 @@ * is done in the "stmmac files" */ -/* struct emac_variant - Descrive dwmac-sun8i hardware variant +/* struct emac_variant - Describe dwmac-sun8i hardware variant * @default_syscon_value: The default value of the EMAC register in syscon * This value is used for disabling properly EMAC * and used as a good starting value in case of the |