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