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 /include/asm-generic | |
| 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 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/global_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 18d94592b03..506ee51cdb0 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -316,14 +316,14 @@ struct global_data { * * This buffer is used to collect output during console recording. */ - struct membuff console_out; + struct membuf console_out; /** * @console_in: input buffer for console recording * * If console recording is activated, this buffer can be used to * emulate input. */ - struct membuff console_in; + struct membuf console_in; #endif #if CONFIG_IS_ENABLED(VIDEO) /** |
