From: Andy Shevchenko Date: Thu, 5 Dec 2019 00:53:23 +0000 (-0800) Subject: lib/test_bitmap: fix comment about this file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=780ff33b8bfac4f44fcc399a870d50ff2e74b33d;p=linux.git lib/test_bitmap: fix comment about this file This test case file is about bitmap API, and not printf() facility. Link: http://lkml.kernel.org/r/20191022172922.61232-7-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko Acked-by: Linus Walleij Cc: Bartosz Golaszewski Cc: Geert Uytterhoeven Cc: Marek Vasut Cc: Rasmus Villemoes Cc: Thomas Petazzoni Cc: William Breathitt Gray Cc: Yury Norov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/test_bitmap.c b/lib/test_bitmap.c index 449d0882b4882..4544847cf81e3 100644 --- a/lib/test_bitmap.c +++ b/lib/test_bitmap.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Test cases for printf facility. + * Test cases for bitmap API. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt