Re: [Linuxptp-devel] [PATCH V2 2/6] telecom: Add the data set comparison algorithm from the Telecom
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Anders S. <and...@es...> - 2018-04-23 09:00:59
|
Friday, April 20, 2018 6:09 PM > +int telecom_dscmp(struct dataset *a, struct dataset *b) This function introduces a lot of "if" without braces. /Anders |