zfm20: removed misleading checksum notation

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-09-04 14:39:37 -07:00
parent c45e493b1b
commit 5fd2d9c439

View File

@ -213,7 +213,7 @@ namespace upm {
*
* @param pkt Packet to check
* @param len Length of packet
* @return True if the checksum is valid, false otherwise
* @return True if the packet is valid, false otherwise
*/
bool verifyPacket(unsigned char *pkt, int len);