All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] lib/vsprintf: Remove %pCr remnant in comment
@ 2019-02-28 10:53 Geert Uytterhoeven
  2019-02-28 11:48 ` Petr Mladek
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-02-28 10:53 UTC (permalink / raw)
  To: Petr Mladek, Andy Shevchenko, Andrew Morton
  Cc: linux-kernel, Geert Uytterhoeven

Support for "%pCr" was removed, but a reference in a comment was
forgotten.

Fixes: 666902e42fd8344b ("lib/vsprintf: Remove atomic-unsafe support for %pCr")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 lib/vsprintf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 3add92329bae3d90..c87bfef6035b0ec0 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -1930,7 +1930,6 @@ char *device_node_string(char *buf, char *end, struct device_node *dn,
  *       (legacy clock framework) of the clock
  * - 'Cn' For a clock, it prints the name (Common Clock Framework) or address
  *        (legacy clock framework) of the clock
- * - 'Cr' For a clock, it prints the current rate of the clock
  * - 'G' For flags to be printed as a collection of symbolic strings that would
  *       construct the specific value. Supported flags given by option:
  *       p page flags (see struct page) given as pointer to unsigned long
-- 
2.17.1


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

* Re: [PATCH resend] lib/vsprintf: Remove %pCr remnant in comment
  2019-02-28 10:53 [PATCH resend] lib/vsprintf: Remove %pCr remnant in comment Geert Uytterhoeven
@ 2019-02-28 11:48 ` Petr Mladek
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Mladek @ 2019-02-28 11:48 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Andy Shevchenko, Andrew Morton, linux-kernel

On Thu 2019-02-28 11:53:15, Geert Uytterhoeven wrote:
> Support for "%pCr" was removed, but a reference in a comment was
> forgotten.
> 
> Fixes: 666902e42fd8344b ("lib/vsprintf: Remove atomic-unsafe support for %pCr")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

I have commited it into printk.git, branch for-4.22 (aka for-5.1).

Thanks for re-sending. I am sorry that the first mail somehow
fallen through the cracks.

Best Regards,
Petr

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

end of thread, other threads:[~2019-02-28 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 10:53 [PATCH resend] lib/vsprintf: Remove %pCr remnant in comment Geert Uytterhoeven
2019-02-28 11:48 ` Petr Mladek

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.