projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7820052
)
log: typo logl_pref in documentation
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 30 Oct 2020 17:50:31 +0000
(18:50 +0100)
committer
Tom Rini
<trini@konsulko.com>
Fri, 30 Oct 2020 18:38:04 +0000
(14:38 -0400)
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
patch
|
blob
|
history
diff --git
a/include/asm-generic/global_data.h
b/include/asm-generic/global_data.h
index
0157af1
..
0e8843b
100644
(file)
--- 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_pre
f
: logging level of the previous message
+ * @logl_pre
v
: logging level of the previous message
*
* This value is used as logging level for continuation messages.
*/