[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141209193817.GA27635@lkp-sb04>
Date: Wed, 10 Dec 2014 03:38:17 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Tejun Heo <tj@...nel.org>
Cc: kbuild-all@...org, Andrew Morton <akpm@...ux-foundation.org>,
Linux Memory Management List <linux-mm@...ck.org>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Sudeep Holla <sudeep.holla@....com>,
Michal Nazarewicz <mina86@...a86.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH tj-misc] bitmap: bitmap_print_list() can be static
lib/bitmap.c:574:6: sparse: symbol 'bitmap_print_list' was not declared. Should it be static?
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bitmap.c b/lib/bitmap.c
index c5dd40e..dc43a01 100644
--- a/lib/bitmap.c
+++ b/lib/bitmap.c
@@ -571,7 +571,7 @@ static inline void bscnl_emit(int rbot, int rtop, bool first,
printfn(printfn_data, "%d-%d", rbot, rtop);
}
-void bitmap_print_list(const unsigned long *maskp, int nmaskbits,
+static void bitmap_print_list(const unsigned long *maskp, int nmaskbits,
bitmap_printfn_t printfn, void *printfn_data)
{
bool first = true;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists