lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 14 Jan 2020 12:09:18 -0800 From: Jacob Keller <jacob.e.keller@...el.com> To: netdev@...r.kernel.org Cc: Jacob Keller <jacob.e.keller@...el.com>, Michal Kalderon <mkalderon@...vell.com> Subject: [PATCH] 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@...vell.com> Fixes: 0f261c3ca09e ("devlink: add a driver-specific file for the qed driver") Signed-off-by: Jacob Keller <jacob.e.keller@...el.com> --- Documentation/networking/devlink/qed.rst | 4 ++-- 1 file 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. -- 2.25.0.rc1
Powered by blists - more mailing lists