membuff: Rename functions to have membuf_ prefix
authorSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2025 15:20:42 +0000 (16:20 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 22:54:49 +0000 (16:54 -0600)
commit4662e5286aa259e158f314157d0d8f2ad213a321
treebe8de157a21184c7b88d7d82e80754e7e7b9b643
parent8bc3542384e3a1219e5ffb62b79d16dddc1b1fb9
membuff: Rename functions to have membuf_ prefix

The double 'f' is not necessary and is a bit annoying as elsewhere in
U-Boot we use 'buf'. Rename all the functions before it is used more
widely.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_extlinux.c
common/console.c
drivers/serial/sandbox.c
drivers/usb/emul/sandbox_keyb.c
include/membuff.h
lib/membuff.c