Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox authored Nov 30, 2023
1 parent 6c14376 commit ff1052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfputil/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def eeprom_hexdump_sff8636(port, physical_port, page):

def eeprom_dump_general(physical_port, page, overall_offset, size, page_offset, no_format=False):
"""
Dump module EEPROM for given pages in hex format. This function is designed for non-SFF8472.
Dump module EEPROM for given pages in hex format.
Args:
logical_port_name: logical port name
pages: a list of pages to be dumped. The list always include a default page list and the target_page input by
Expand Down

0 comments on commit ff1052a

Please sign in to comment.