From 096912b5fe9bb2fd90599d86a714001df6924198 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Fri, 30 Oct 2020 18:50:31 +0100 Subject: 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 --- include/asm-generic/global_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-generic/global_data.h') diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 0157af1..0e8843b 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. */ -- cgit v1.1