On 02.07.2015 11:01, tu bo wrote:
I got one issue after running checkpatch.pl below,
[gavin@oc6333346435 qemu]$ ./scripts/checkpatch.pl
home/gavin/patch/v8/0007-qemu-iotests-s390x-fix-test-130.patch //
ERROR: Invalid UTF-8, patch and commit message should be encoded in
UTF-8//
#52: FILE: tests/qemu-iotests/130.out:12://
+(qemu) commit testdisk//
^//
ERROR: Invalid UTF-8, patch and commit message should be encoded in
UTF-8//
#60: FILE: tests/qemu-iotests/130.out:19://
+(qemu) commit testdisk//
^//
total: 2 errors, 0 warnings, 36 lines checked/
The reason is that 130.out contains some non-text data. Do I need to
report an issue to checkpatch.pl, or ignore this error message? thanks
I think ignoring it is fine.
Max