mbox series

[v2,0/4] lmb: Improve style

Message ID 20241211022550.2995-1-semen.protsenko@linaro.org
Headers show
Series lmb: Improve style | expand

Message

Sam Protsenko Dec. 11, 2024, 2:25 a.m. UTC
This series is intended to be picked up for -next.

Cleanup the LMB code a bit, after fixing the false positive error
messages. No functional change. This series depends on [1] (which is
"lmb: Fix reserving the same region multiple times").

Changes in v2:
  - The original series was split by actual functional change patches
    [1] and cleanup patches (this series)
  - Collected review tags

[1] https://lists.denx.de/pipermail/u-boot/2024-December/574606.html

Sam Protsenko (4):
  lmb: Fix flags data type in lmb_add_region_flags()
  lmb: Make const flag_str[] in lmb_print_region_flags() more const
  lmb: Improve coding style
  lmb: Improve kernel-doc comments

 include/lmb.h | 125 ++++++++++++++++++++++++++++++--------------------
 lib/lmb.c     |  87 ++++++++---------------------------
 2 files changed, 94 insertions(+), 118 deletions(-)

Comments

Tom Rini Dec. 30, 2024, 9:52 p.m. UTC | #1
On Tue, 10 Dec 2024 20:25:46 -0600, Sam Protsenko wrote:

> This series is intended to be picked up for -next.
> 
> Cleanup the LMB code a bit, after fixing the false positive error
> messages. No functional change. This series depends on [1] (which is
> "lmb: Fix reserving the same region multiple times").
> 
> Changes in v2:
>   - The original series was split by actual functional change patches
>     [1] and cleanup patches (this series)
>   - Collected review tags
> 
> [...]

Applied to u-boot/next, thanks!