diff options
| author | Simon Glass <[email protected]> | 2025-03-18 16:20:44 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-03 16:54:49 -0600 |
| commit | 68b0af2127dbd7b304f897f4796c6eb86fd74402 (patch) | |
| tree | 08f4eead4e8e0b807a7344ca82aea2d008249897 /drivers | |
| parent | 9ca1789ff099a364c6e16dcb6f6ad2e8677f32f1 (diff) | |
membuf: Rename struct
Rename the struct to match the function prefix and filenames.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/emul/sandbox_keyb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/emul/sandbox_keyb.c b/drivers/usb/emul/sandbox_keyb.c index 756fef64a36..5ed8c2c799a 100644 --- a/drivers/usb/emul/sandbox_keyb.c +++ b/drivers/usb/emul/sandbox_keyb.c @@ -38,7 +38,7 @@ enum { * */ struct sandbox_keyb_priv { - struct membuff in; + struct membuf in; }; struct sandbox_keyb_plat { |
