log: typo logl_pref in documentation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 30 Oct 2020 17:50:31 +0000 (18:50 +0100)
committerTom 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

index 0157af1..0e8843b 100644 (file)
@@ -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.
         */