Skip to content

Commit 20f9ed1

Browse files
kbuild test robotIngo Molnar
authored andcommitted
locking/static_keys: Make verify_keys() static
Signed-off-by: Fengguang Wu <[email protected]> Cc: Jason Baron <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra (Intel) <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/20150803184748.GA80634@lkp-ib04 Signed-off-by: Ingo Molnar <[email protected]>
1 parent 412758c commit 20f9ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test_static_keys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static void invert_keys(struct test_key *keys, int size)
7070
}
7171
}
7272

73-
int verify_keys(struct test_key *keys, int size, bool invert)
73+
static int verify_keys(struct test_key *keys, int size, bool invert)
7474
{
7575
int i;
7676
bool ret, init;

0 commit comments

Comments
 (0)