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
2024-10-17 21:00:22 -06:00
parent e6b8a50af2
commit ff5eb481d8
7 changed files with 59 additions and 59 deletions

View File

@@ -75,7 +75,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;