mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
build-aux: header-ifdef: Fix typos
Acked-by: Eric Blake <eblake@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
b188660865
commit
cc8ce8eeaf
@ -106,7 +106,7 @@ while (<>) {
|
|||||||
}
|
}
|
||||||
} elsif ($state == $STATE_PRIV_START) {
|
} elsif ($state == $STATE_PRIV_START) {
|
||||||
if (/^$/) {
|
if (/^$/) {
|
||||||
&mistake("$file: too many blank lines after coyright header");
|
&mistake("$file: too many blank lines after copyright header");
|
||||||
} elsif (/#ifndef $ifdefpriv$/) {
|
} elsif (/#ifndef $ifdefpriv$/) {
|
||||||
$state = $STATE_PRIV_ERROR;
|
$state = $STATE_PRIV_ERROR;
|
||||||
} else {
|
} else {
|
||||||
@ -116,7 +116,7 @@ while (<>) {
|
|||||||
if (/# error ".*"$/) {
|
if (/# error ".*"$/) {
|
||||||
$state = $STATE_PRIV_END;
|
$state = $STATE_PRIV_END;
|
||||||
} else {
|
} else {
|
||||||
&mistake("$file: missing '#error ...priv allow...'");
|
&mistake("$file: missing '# error ...priv allow...'");
|
||||||
}
|
}
|
||||||
} elsif ($state == $STATE_PRIV_END) {
|
} elsif ($state == $STATE_PRIV_END) {
|
||||||
if (m,#endif /\* $ifdefpriv \*/,) {
|
if (m,#endif /\* $ifdefpriv \*/,) {
|
||||||
@ -131,7 +131,7 @@ while (<>) {
|
|||||||
$state = $STATE_GUARD_START;
|
$state = $STATE_GUARD_START;
|
||||||
} elsif ($state == $STATE_GUARD_START) {
|
} elsif ($state == $STATE_GUARD_START) {
|
||||||
if (/^$/) {
|
if (/^$/) {
|
||||||
&mistake("$file: too many blank lines after coyright header");
|
&mistake("$file: too many blank lines after copyright header");
|
||||||
} elsif (/#ifndef $ifdef$/) {
|
} elsif (/#ifndef $ifdef$/) {
|
||||||
$state = $STATE_GUARD_DEFINE;
|
$state = $STATE_GUARD_DEFINE;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user