89ea86
From 030ba06f12761d13722a12773bb8063748242b50 Mon Sep 17 00:00:00 2001
89ea86
From: Ido Schimmel <idosch@nvidia.com>
89ea86
Date: Fri, 1 Oct 2021 18:06:23 +0300
89ea86
Subject: [PATCH 08/35] cmis: Correct comment
89ea86
89ea86
The file is concerned with CMIS support, not QSFP-DD which is the
89ea86
physical form factor.
89ea86
89ea86
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
89ea86
---
89ea86
 cmis.c | 2 +-
89ea86
 1 file changed, 1 insertion(+), 1 deletion(-)
89ea86
89ea86
diff --git a/cmis.c b/cmis.c
89ea86
index 408db6f26c3b..591cc72953b7 100644
89ea86
--- a/cmis.c
89ea86
+++ b/cmis.c
89ea86
@@ -1,7 +1,7 @@
89ea86
 /**
89ea86
  * Description:
89ea86
  *
89ea86
- * This module adds QSFP-DD support to ethtool. The changes are similar to
89ea86
+ * This module adds CMIS support to ethtool. The changes are similar to
89ea86
  * the ones already existing in qsfp.c, but customized to use the memory
89ea86
  * addresses and logic as defined in the specification's document.
89ea86
  *
89ea86
-- 
89ea86
2.35.1
89ea86