aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@nvidia.com>2021-10-01 18:06:23 +0300
committerMichal Kubecek <mkubecek@suse.cz>2021-10-11 11:27:10 +0200
commit001aecdb5119e9e86b071055040fe3615ca5daa6 (patch)
tree2c3916caa14ffd6c687a517a16d12f4a5d5ea238
parent1bad83c00b39163c53c2fd278e7f51dd4752c475 (diff)
downloadethtool-001aecdb5119e9e86b071055040fe3615ca5daa6.tar.gz
cmis: Correct comment
The file is concerned with CMIS support, not QSFP-DD which is the physical form factor. Signed-off-by: Ido Schimmel <idosch@nvidia.com>
-rw-r--r--cmis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmis.c b/cmis.c
index 408db6f..591cc72 100644
--- a/cmis.c
+++ b/cmis.c
@@ -1,7 +1,7 @@
/**
* Description:
*
- * This module adds QSFP-DD support to ethtool. The changes are similar to
+ * This module adds CMIS support to ethtool. The changes are similar to
* the ones already existing in qsfp.c, but customized to use the memory
* addresses and logic as defined in the specification's document.
*