@@ -336,12 +336,12 @@ VectorRevocationList::VectorRevocationList(
336336 for (int32_t i = 0 ; i < m_NumberOfDevices; i++)
337337 {
338338 HDCP_VERBOSEMESSAGE (
339- " Number of devices: %d, checking number of device %d \n " ,
339+ " Number of devices: %d, checking number of device %d" ,
340340 m_NumberOfDevices,
341341 i);
342342
343343 HDCP_VERBOSEMESSAGE (
344- " RevokeList is %x, %x, %x, %x, %x \n " ,
344+ " RevokeList is %x, %x, %x, %x, %x" ,
345345 m_KsvArray[i * KSV_SIZE + 4 ],
346346 m_KsvArray[i * KSV_SIZE + 3 ],
347347 m_KsvArray[i * KSV_SIZE + 2 ],
@@ -398,25 +398,25 @@ bool VectorRevocationList::ContainsKsv(const uint8_t ksv[KSV_SIZE])
398398 " ERROR: KSV_SIZE doesn't match the explicit expectation"
399399 " of 5 in the loop below!" );
400400
401- HDCP_VERBOSEMESSAGE (" Start to check RevokeList with BKSV \n " );
401+ HDCP_VERBOSEMESSAGE (" Start to check RevokeList with BKSV" );
402402
403403 for (uint32_t i = 0 ; i < m_NumberOfDevices; i++)
404404 {
405405 HDCP_VERBOSEMESSAGE (
406- " Number of devices: %d, checking number of device %d \n " ,
406+ " Number of devices: %d, checking number of device %d" ,
407407 m_NumberOfDevices,
408408 i);
409409
410410 HDCP_VERBOSEMESSAGE (
411- " RevokeList is %x, %x, %x, %x, %x \n " ,
411+ " RevokeList is %x, %x, %x, %x, %x" ,
412412 m_KsvArray[i * KSV_SIZE + 4 ],
413413 m_KsvArray[i * KSV_SIZE + 3 ],
414414 m_KsvArray[i * KSV_SIZE + 2 ],
415415 m_KsvArray[i * KSV_SIZE + 1 ],
416416 m_KsvArray[i * KSV_SIZE + 0 ]);
417417
418418 HDCP_VERBOSEMESSAGE (
419- " BKSV to check is %x, %x, %x, %x, %x \n " ,
419+ " BKSV to check is %x, %x, %x, %x, %x" ,
420420 ksv[0 ],
421421 ksv[1 ],
422422 ksv[2 ],
0 commit comments