diff options
| author | Ido Schimmel <[email protected]> | 2020-01-16 17:59:44 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-01-17 12:09:55 +0000 |
| commit | 1d0ee02b35b5173f84f97912fd7c982bd063a1f5 (patch) | |
| tree | 054c036c20afc06efb261ce12a11b92c48d8d314 | |
| parent | enetc: Don't print from enetc_sched_speed_set when link goes down (diff) | |
| download | kernel-1d0ee02b35b5173f84f97912fd7c982bd063a1f5.tar.gz kernel-1d0ee02b35b5173f84f97912fd7c982bd063a1f5.zip | |
Documentation: Fix typo in devlink documentation
The driver is named "mlxsw", not "mlx5".
Fixes: d4255d75856f ("devlink: document info versions for each driver")
Signed-off-by: Ido Schimmel <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | Documentation/networking/devlink/mlxsw.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/devlink/mlxsw.rst b/Documentation/networking/devlink/mlxsw.rst index ccba9769c651..5f9bb0a0616a 100644 --- a/Documentation/networking/devlink/mlxsw.rst +++ b/Documentation/networking/devlink/mlxsw.rst @@ -40,7 +40,7 @@ The ``mlxsw`` driver supports reloading via ``DEVLINK_CMD_RELOAD`` Info versions ============= -The ``mlx5`` driver reports the following versions +The ``mlxsw`` driver reports the following versions .. list-table:: devlink info versions implemented :widths: 5 5 90 |
