Skip to content

Commit

Permalink
locking/static_keys: Make verify_keys() static
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kbuild test robot authored and Ingo Molnar committed Aug 5, 2015
1 parent 412758c commit 20f9ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_static_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 20f9ed1

Please sign in to comment.