sof_ri_info: fix "full_bytes" comment in the source

Zero functional change.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2024-03-01 19:14:48 +00:00 committed by Kai Vehmanen
parent 2d405d70a7
commit ea1b65dae4
1 changed files with 2 additions and 2 deletions

View File

@ -1139,8 +1139,8 @@ class Abytes(Attribute):
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'