commit | 57eb488fa1373c3e34bae928fac0d119a6e7f7a7 | [log] [tgz] |
---|---|---|
author | Daniel Campello <campello@chromium.org> | Thu Mar 25 14:45:10 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 30 21:16:50 2021 |
tree | 241e8dae38b85f5385f2cfbf8884f5573a8e18dc | |
parent | 039cd2b60d4a0f6dba54e00cd702f1f9fb440ea8 [diff] |
flashrom.c: rename doit() variables and tags Renames some variable and tags to ease the sync of downstream doit() and upstream flashrom_image_write(): * flash -> flashctx * diff_buffer -> refbuffer * size -> flash_size * out -> _finalize_ret BUG=b:180556238 BRANCH=none TEST=emerge flashrom Signed-off-by: Daniel Campello <campello@chromium.org> Change-Id: Ic1eda7149d8ba38fa8e49271b6b0407870ad413f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/flashrom/+/2786444 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>