[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-20f9ed1568c00bbd9e6af31341d25e06bc3d4a16@git.kernel.org>
Date: Wed, 5 Aug 2015 13:14:31 -0700
From: tip-bot for kbuild test robot <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, mingo@...nel.org, hpa@...or.com,
torvalds@...ux-foundation.org, jbaron@...mai.com,
fengguang.wu@...el.com, peterz@...radead.org, tglx@...utronix.de
Subject: [tip:locking/core] locking/static_keys: Make verify_keys() static
Commit-ID: 20f9ed1568c00bbd9e6af31341d25e06bc3d4a16
Gitweb: http://git.kernel.org/tip/20f9ed1568c00bbd9e6af31341d25e06bc3d4a16
Author: kbuild test robot <fengguang.wu@...el.com>
AuthorDate: Tue, 4 Aug 2015 02:47:48 +0800
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 5 Aug 2015 09:53:40 +0200
locking/static_keys: Make verify_keys() static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
Cc: Jason Baron <jbaron@...mai.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra (Intel) <peterz@...radead.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Link: http://lkml.kernel.org/r/20150803184748.GA80634@lkp-ib04
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
lib/test_static_keys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/test_static_keys.c b/lib/test_static_keys.c
index 81d8105..c61b299 100644
--- a/lib/test_static_keys.c
+++ b/lib/test_static_keys.c
@@ -70,7 +70,7 @@ static void invert_keys(struct test_key *keys, int size)
}
}
-int verify_keys(struct test_key *keys, int size, bool invert)
+static int verify_keys(struct test_key *keys, int size, bool invert)
{
int i;
bool ret, init;
--
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