OSDN Git Service

checkpatch: do not recommend qemu_strtok over strtok
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Sep 2015 16:35:09 +0000 (18:35 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Sep 2015 10:04:41 +0000 (12:04 +0200)
commit5e43efb29ae877da131e6c1a4761cd7f4eec5a16
treede7e8f1fe58b7310c09d4a6d97c466ec257c13cf
parentfe8545386726a2b1f8af409bcd5ea3d33218af54
checkpatch: do not recommend qemu_strtok over strtok

If anything it should recommend strtok_r!

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/checkpatch.pl