Skip to content

Commit

Permalink
sof_ri_info: fix "full_bytes" comment in the source
Browse files Browse the repository at this point in the history
Zero functional change.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and kv2019i committed Mar 4, 2024
1 parent 2d405d7 commit ea1b65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sof_ri_info/sof_ri_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,8 +1139,8 @@ def __str__(self):
if length <= 16:
out += ' '.join(['{:02x}'.format(b) for b in self.val])
elif Attribute.full_bytes:
""" n is num pre row
print 8 num pre line, useful for add more KEY
""" n is bytes per line
8 bytes per line is useful for adding more KEYs at the top
"""
n = 8
out += '\n'
Expand Down

0 comments on commit ea1b65d

Please sign in to comment.