first coccinelle patch

This commit is contained in:
Matthias Ringwald 2016-02-11 15:21:25 +01:00
parent 724d70a2cf
commit 4195f5cd7c

5
tool/bt_flip_addr.cocci Normal file
View File

@ -0,0 +1,5 @@
@@
expression dest, src;
@@
- bt_flip_addr(dest,src)
+ reverse_bd_addr(src, dest)