diff options
author | Jacob Keller <[email protected]> | 2021-08-20 08:09:50 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2021-09-28 09:42:04 -0700 |
commit | 0128cc6e928dffb2db161c97f196b23a4be0b9ba (patch) | |
tree | 8cc0afdfd2f3077d4029a9b66592788be9343768 /tools/perf/scripts/python | |
parent | 4fc5fbee5cb7dda1411fcb44e1f3d95a86af53ea (diff) |
ice: refactor devlink getter/fallback functions to void
After commit a8f89fa27773 ("ice: do not abort devlink info if board
identifier can't be found"), the getter/fallback() functions no longer
report an error. Convert the interface to a void so that it is no
longer possible to add a version field that is fatal. This makes
sense, because we should not fail to report other versions just
because one of the version pieces could not be found.
Finally, clean up the getter functions line wrapping so that none of
them take more than 80 columns, as is the usual style for networking
files.
Signed-off-by: Jacob Keller <[email protected]>
Tested-by: Tony Brelinski <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions