Somehow, the invalid multibyte sequence "\xC2\xA0" (which is displayed as a whitespace) was inserted on a company identifier string. Fix this to avoid a bogus diff when running tools/update_compids.sh. --- lib/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index bdc611a..62c5c00 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -682,7 +682,7 @@ const char *bt_compidtostr(int compid) case 210: return "Dialog Semiconductor B.V."; case 211: - return "Taixingbang Technology (HK) Co,. LTD."; + return "Taixingbang Technology (HK) Co,. LTD."; case 212: return "Kawantech"; case 213: -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html