diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-10-17 17:36:32 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-10-21 12:50:48 -0600 |
commit | d1bca8d2a18eb4a850c0ecbc9327eb3dfa5df5e1 (patch) | |
tree | 95d924c8825bb1c1900ec6fd4b0e8579b6b23fcc /drivers/ddr/microchip/ddr2.c | |
parent | eff73b2eed28389805e8dda6632f6c5f29b3e9b6 (diff) |
env: Use better name for variable in env_get_f()
The `nxt` variable actually points to the terminating null-byte of the
current env var, and the next env var is at `nxt + 1`, not `nxt`. So a
better name for this variable is `end`.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ddr/microchip/ddr2.c')
0 files changed, 0 insertions, 0 deletions