diff options
author | Simon Glass <sjg@chromium.org> | 2025-03-18 16:20:44 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-03 16:54:49 -0600 |
commit | 68b0af2127dbd7b304f897f4796c6eb86fd74402 (patch) | |
tree | 08f4eead4e8e0b807a7344ca82aea2d008249897 /boot/bootmeth_extlinux.c | |
parent | 9ca1789ff099a364c6e16dcb6f6ad2e8677f32f1 (diff) |
membuf: Rename struct
Rename the struct to match the function prefix and filenames.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/bootmeth_extlinux.c')
-rw-r--r-- | boot/bootmeth_extlinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bootmeth_extlinux.c b/boot/bootmeth_extlinux.c index f3a81715080..921d721a27b 100644 --- a/boot/bootmeth_extlinux.c +++ b/boot/bootmeth_extlinux.c @@ -108,7 +108,7 @@ static int extlinux_check(struct udevice *dev, struct bootflow_iter *iter) */ static int extlinux_fill_info(struct bootflow *bflow) { - struct membuff mb; + struct membuf mb; char line[200]; char *data; int len; |