devtools: fix symbol check when adding experimental section
authorDavid Marchand <david.marchand@redhat.com>
Fri, 30 Nov 2018 12:32:02 +0000 (13:32 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 30 Nov 2018 23:44:31 +0000 (00:44 +0100)
commitb0aa225b45e102a1eba2215e3a75b5683d8435f2
treeccb627cc975cf97bf0f15ad038dd99b5cebbdf4f
parent0fc7178e73a75fcd84f5806d20e222bc49653b33
devtools: fix symbol check when adding experimental section

The incriminated commit did relax the condition to catch all sections
but dropped the + removal which can trigger false detection of the
special EXPERIMENTAL section when adding symbols and the section in the
same patch.

Fixes: 7281cf520f89 ("devtools: relax rule for identifying symbol section")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
devtools/check-symbol-change.sh