Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
label-attr.c
blob: 81c4ac3c6aef22740e9aa355751cf149824aa8e4 [
file
] [
log
] [
blame
]
static
int
foo
(
void
)
{
goto
rtattr_failure
;
rtattr_failure
:
__attribute__
((
unused
))
return
-
1
;
}
/*
* check-name: Label attribute
*/