aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-10-30 18:50:31 +0100
committerTom Rini <trini@konsulko.com>2020-10-30 14:38:04 -0400
commit096912b5fe9bb2fd90599d86a714001df6924198 (patch)
treea0373e63b671ef5c55594087ffae613aa7ec555c
parent7820052fdeb17f159037879fc1b51b0fd704c180 (diff)
downloadu-boot-096912b5fe9bb2fd90599d86a714001df6924198.tar.gz
log: typo logl_pref in documentation
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>
-rw-r--r--include/asm-generic/global_data.h2
1 files changed, 1 insertions, 1 deletions
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.
*/