commit | 3f12bff9ed167a54f7f2427c2abc93ae27c8f8d9 | [log] [tgz] |
---|---|---|
author | David Rogers <davidrogers@google.com> | Tue Apr 13 21:59:26 2021 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 14 22:49:45 2021 +0000 |
tree | db8dd22f5325ce2d889751f6245fc768f4f032c4 | |
parent | e9230320fa8e71032ed622504ef73432bd6166d5 [diff] [blame] |
pw_kvs: Minor varaiable naming cleanup Minor variable name cleanups Change-Id: Ia4563d14221331870a155f62dd0a701181412873 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/40960 Commit-Queue: David Rogers <davidrogers@google.com> Reviewed-by: Armando Montanez <amontanez@google.com>
diff --git a/pw_kvs/public/pw_kvs/flash_memory.h b/pw_kvs/public/pw_kvs/flash_memory.h index 8a3d35d0..b767386 100644 --- a/pw_kvs/public/pw_kvs/flash_memory.h +++ b/pw_kvs/public/pw_kvs/flash_memory.h
@@ -232,7 +232,7 @@ // UNKNOWN - HAL error // TODO: Result<bool> virtual Status IsRegionErased(Address source_flash_address, - size_t len, + size_t length, bool* is_erased); // Check if the entire partition is erased.