Skip to content

Commit

Permalink
lib/test_bitmap: fix comment about this file
Browse files Browse the repository at this point in the history
This test case file is about bitmap API, and not printf() facility.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Cc: Bartosz Golaszewski <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Cc: William Breathitt Gray <[email protected]>
Cc: Yury Norov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
andy-shev authored and torvalds committed Dec 5, 2019
1 parent c21dd8a commit 780ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_bitmap.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 780ff33

Please sign in to comment.