All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] log: typo logl_pref in documentation
@ 2020-10-30 17:50 Heinrich Schuchardt
  2020-10-30 18:48 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-10-30 17:50 UTC (permalink / raw)
  To: u-boot

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(-)

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.
 	 */
--
2.28.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] log: typo logl_pref in documentation
  2020-10-30 17:50 [PATCH] log: typo logl_pref in documentation Heinrich Schuchardt
@ 2020-10-30 18:48 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-10-30 18:48 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201030/b0cf46b1/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-30 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 17:50 [PATCH] log: typo logl_pref in documentation Heinrich Schuchardt
2020-10-30 18:48 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.