[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150803184748.GA80634@lkp-ib04>
Date: Tue, 4 Aug 2015 02:47:48 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Jason Baron <jbaron@...mai.com>
Cc: kbuild-all@...org, Ingo Molnar <mingo@...nel.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
tipbuild@...or.com, linux-kernel@...r.kernel.org
Subject: [PATCH tip] locking/static_keys: verify_keys() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
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