Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
scheck
/
ko.c
blob: dbd861ea17fdc03b15b233a8cd8fbb0842cf02bf [
file
] [
log
] [
blame
]
static
void
ko
(
int
x
)
{
__assert
((~
x
)
==
(~
0
+
x
));
}
/*
* check-name: scheck-ko
* check-command: scheck $file
* check-known-to-fail
*/