]> git.puffer.fish Git - mirror/frr.git/commit
tools: Move scripts/coccinelle to tools/coccinelle 5953/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 10 Mar 2020 09:41:03 +0000 (11:41 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 10 Mar 2020 09:41:09 +0000 (11:41 +0200)
commitd1fc0cdf06ae17d544f136f9a17dbf375d66f352
treef69edcf9919fc647f383853561bc668ccd8dcaf6
parente14175b8a1e2eec1d610933aeb625cb2f0fa0385
tools: Move scripts/coccinelle to tools/coccinelle

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
22 files changed:
scripts/coccinelle/__func__.cocci [deleted file]
scripts/coccinelle/bool_assignment.cocci [deleted file]
scripts/coccinelle/bool_expression.cocci [deleted file]
scripts/coccinelle/bool_function.cocci [deleted file]
scripts/coccinelle/bool_function_type.cocci [deleted file]
scripts/coccinelle/replace_bgp_flag_functions.cocci [deleted file]
scripts/coccinelle/return_without_parenthesis.cocci [deleted file]
scripts/coccinelle/s_addr_0_to_INADDR_ANY.cocci [deleted file]
scripts/coccinelle/shorthand_operator.cocci [deleted file]
scripts/coccinelle/test_after_assert.cocci [deleted file]
scripts/coccinelle/void_no_return.cocci [deleted file]
tools/coccinelle/__func__.cocci [new file with mode: 0644]
tools/coccinelle/bool_assignment.cocci [new file with mode: 0644]
tools/coccinelle/bool_expression.cocci [new file with mode: 0644]
tools/coccinelle/bool_function.cocci [new file with mode: 0644]
tools/coccinelle/bool_function_type.cocci [new file with mode: 0644]
tools/coccinelle/replace_bgp_flag_functions.cocci [new file with mode: 0644]
tools/coccinelle/return_without_parenthesis.cocci [new file with mode: 0644]
tools/coccinelle/s_addr_0_to_INADDR_ANY.cocci [new file with mode: 0644]
tools/coccinelle/shorthand_operator.cocci [new file with mode: 0644]
tools/coccinelle/test_after_assert.cocci [new file with mode: 0644]
tools/coccinelle/void_no_return.cocci [new file with mode: 0644]