diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-02-28 11:53:15 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2019-02-28 12:04:56 +0100 |
commit | b60706644282af04e4aa57da5af57470d453cd1f (patch) | |
tree | a525267e6e0f7857481dc74e0edd8ad27f15c8df /lib | |
parent | cbae05d32ff68233f00cbad9fda0382cc982d821 (diff) | |
download | linux-b60706644282af04e4aa57da5af57470d453cd1f.tar.bz2 |
lib/vsprintf: Remove %pCr remnant in comment
Support for "%pCr" was removed, but a reference in a comment was
forgotten.
Fixes: 666902e42fd8344b ("lib/vsprintf: Remove atomic-unsafe support for %pCr")
Link: http://lkml.kernel.org/r/20190228105315.744-1-geert+renesas@glider.be
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vsprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c index ad4fbe5bc730..458600f4fbc5 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -1827,7 +1827,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 |