ice: remove incorrect comment
authorPaul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Mon, 22 Jan 2024 18:24:17 +0000 (10:24 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 2 Feb 2024 17:13:13 +0000 (09:13 -0800)
Copy paste issue left a comment for this structure that has nothing
to do with FW alignment; remove the comment.

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_debugfs.c

index c2bfba6..85aa31d 100644 (file)
@@ -64,9 +64,6 @@ static const char * const ice_fwlog_level_string[] = {
        "verbose",
 };
 
-/* the order in this array is important. it matches the ordering of the
- * values in the FW so the index is the same value as in ice_fwlog_level
- */
 static const char * const ice_fwlog_log_size[] = {
        "128K",
        "256K",