diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2020-01-14 23:09:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-16 01:14:31 +0300 |
commit | 1ccf6c13d9c7282466f46189e9a1a2ed7f19816a (patch) | |
tree | a23e91733f70561ad7b7d02ad063fd93c20b2f63 /Documentation/networking/devlink | |
parent | 43d28c612f4c02a3fdea3d906170faece8ada9e1 (diff) | |
download | linux-1ccf6c13d9c7282466f46189e9a1a2ed7f19816a.tar.xz |
devlink: fix typos in qed documentation
Review of the recently added documentation file for the qed driver
noticed a couple of typos. Fix them now.
Noticed-by: Michal Kalderon <mkalderon@marvell.com>
Fixes: 0f261c3ca09e ("devlink: add a driver-specific file for the qed driver")
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/devlink')
-rw-r--r-- | Documentation/networking/devlink/qed.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/devlink/qed.rst b/Documentation/networking/devlink/qed.rst index e7e17acf1eca..805c6f63621a 100644 --- a/Documentation/networking/devlink/qed.rst +++ b/Documentation/networking/devlink/qed.rst @@ -22,5 +22,5 @@ The ``qed`` driver implements the following driver-specific parameters. * - ``iwarp_cmt`` - Boolean - runtime - - Enable iWARP functionality for 100g devices. Notee that this impacts - L2 performance, and is therefor not enabled by default. + - Enable iWARP functionality for 100g devices. Note that this impacts + L2 performance, and is therefore not enabled by default. |