treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / tools / testing / selftests / rcutorture / formal / srcu-cbmc / src / misc.c
blob9440cc39e3c6860fc5c26134c44a38e41861c986
1 // SPDX-License-Identifier: GPL-2.0
2 #include <config.h>
4 #include "misc.h"
5 #include "bug_on.h"
7 struct rcu_head;
9 void wakeme_after_rcu(struct rcu_head *head)
11 BUG();