Re: [PATCH 7/8] membuf: Minor code-style improvements

2025-03-04 Thread Simon Glass
Show the start in end in the comment. Comment a missing variable in membuf_readline() and fix its line length. Signed-off-by: Simon Glass --- include/membuf.h | 6 -- lib/membuf.c | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) Applied to sjg/master, thanks!

[PATCH 7/8] membuf: Minor code-style improvements

2024-10-17 Thread Simon Glass
Show the start in end in the comment. Comment a missing variable in membuf_readline() and fix its line length. Signed-off-by: Simon Glass --- include/membuf.h | 6 -- lib/membuf.c | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/include/membuf.h b/include/membuf.h