diff mbox series

log: typo logl_pref in documentation

Message ID 20201030175031.2207-1-xypron.glpk@gmx.de
State Accepted
Commit 096912b5fe9bb2fd90599d86a714001df6924198
Delegated to: Tom Rini
Headers show
Series log: typo logl_pref in documentation | expand

Commit Message

Heinrich Schuchardt Oct. 30, 2020, 5:50 p.m. UTC
The name of structure element logl_prev is not matched by the
documentation.

%s/logl_pref/logl_prev/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 include/asm-generic/global_data.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.28.0

Comments

Tom Rini Oct. 30, 2020, 6:48 p.m. UTC | #1
On Fri, Oct 30, 2020 at 06:50:31PM +0100, Heinrich Schuchardt wrote:

> The name of structure element logl_prev is not matched by the
> documentation.
> 
> %s/logl_pref/logl_prev/
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index 0157af1aa4..0e8843b478 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -378,7 +378,7 @@  struct global_data {
 	 */
 	int logc_prev;
 	/**
-	 * @logl_pref: logging level of the previous message
+	 * @logl_prev: logging level of the previous message
 	 *
 	 * This value is used as logging level for continuation messages.
 	 */