diff options
author | Tom Rix <trix@redhat.com> | 2022-02-17 08:05:18 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-18 11:11:10 +0000 |
commit | 8aba73ef44ebec1f6af399dc8058689a79f84ae2 (patch) | |
tree | 400af35898aff90c8722d4cc434d0ff74503a24b /drivers/net/ethernet/xilinx/ll_temac_main.c | |
parent | 8467fadc115cb08bb1cbc7885cb7b7ef1871cae4 (diff) | |
download | linux-8aba73ef44ebec1f6af399dc8058689a79f84ae2.tar.bz2 |
net: ethernet: xilinx: cleanup comments
Remove the second 'the'.
Replacements:
endiannes to endianness
areconnected to are connected
Mamagement to Management
undoccumented to undocumented
Xilink to Xilinx
strucutre to structure
Change kernel-doc comment style to c style for
/* Management ...
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/xilinx/ll_temac_main.c')
-rw-r--r-- | drivers/net/ethernet/xilinx/ll_temac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/xilinx/ll_temac_main.c b/drivers/net/ethernet/xilinx/ll_temac_main.c index 0547a3fde561..0a045d9e3501 100644 --- a/drivers/net/ethernet/xilinx/ll_temac_main.c +++ b/drivers/net/ethernet/xilinx/ll_temac_main.c @@ -1009,7 +1009,7 @@ static void ll_temac_recv(struct net_device *ndev) (skb->len > 64)) { /* Convert from device endianness (be32) to cpu - * endiannes, and if necessary swap the bytes + * endianness, and if necessary swap the bytes * (back) for proper IP checksum byte order * (be16). */ |