commit | 39d6d84b9eee0f00ca98cfa5672af2d1d991fe4d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 06 16:29:04 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 11 20:52:10 2020 -0600 |
tree | b077dc309d4bdb9d9d752a27d540cca99f61f6ee | |
parent | df3a9fe8cb3d46f13f800e2510244bdf3aa749fc [diff] |
patman: Fix 'warning' typo If no warnings are detected due to checkpatch having unexpected options, patman currently shows an error: TypeError: unsupported operand type(s) for +=: 'int' and 'property' Fix this by initing the variable correctly. Signed-off-by: Simon Glass <sjg@chromium.org>