Fix some ugly whitepsaces and codestyle issues around the realtek sources. While this is by no means perfect, it catches what it caught. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config NET_DSA_RTL83XX
|
|
tristate "Realtek RTL838x/RTL839x switch support"
|
|
depends on RTL83XX
|
|
select NET_DSA_TAG_TRAILER
|
|
help
|
|
This driver adds support for Realtek RTL83xx series switching.
|