Messages in this thread |  | | From | Julia Lawall <> | Subject | [PATCH 0/2] detect identical chip data arrays | Date | Sun, 8 Oct 2017 21:18:39 +0200 |
| |
Rename battery.cocci as check_bq27xxx_data.cocci and adjust the warning messages to indicate that some structures are the same, in response to feedback from Liam Breck.
Although check_bq27xxx_data.cocci says is requires Coccinelle 1.0.7, which is not yet released, it actually works with the version currently available on Github, eg from Coccinelle commit 3ba77b3a0f91.
---
scripts/coccinelle/api/battery.cocci | 161 ------------------------ scripts/coccinelle/api/check_bq27xxx_data.cocci | 161 ++++++++++++++++++++++++ 2 files changed, 161 insertions(+), 161 deletions(-)
|  |