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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user