diff options
author | Tom Rix <trix@redhat.com> | 2022-02-17 17:05:18 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-18 12:11:10 +0100 |
commit | 8aba73ef44ebec1f6af399dc8058689a79f84ae2 (patch) | |
tree | 400af35898aff90c8722d4cc434d0ff74503a24b /drivers/net/ethernet/xilinx/Kconfig | |
parent | net: gro: Fix a 'directive in macro's argument list' sparse warning (diff) | |
download | linux-8aba73ef44ebec1f6af399dc8058689a79f84ae2.tar.xz linux-8aba73ef44ebec1f6af399dc8058689a79f84ae2.zip |
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/Kconfig')
-rw-r--r-- | drivers/net/ethernet/xilinx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig index 911b5ef9e680..0014729b8865 100644 --- a/drivers/net/ethernet/xilinx/Kconfig +++ b/drivers/net/ethernet/xilinx/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only # -# Xilink device configuration +# Xilinx device configuration # config NET_VENDOR_XILINX |