membuf: Rename struct

Rename the struct to match the function prefix and filenames.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-04-03 16:54:49 -06:00
committed by Tom Rini
parent 9ca1789ff0
commit 68b0af2127
7 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -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;