From bc5869180f69e2ad6c6b823e129e08a8e523d800 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 20 Dec 2019 16:31:14 +0100 Subject: sys/linux: fix 240 warnings in descriptions Sweeping fix of everything up to socket_netlink_route.txt. Update #590 --- sys/linux/dev_ptp.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sys/linux/dev_ptp.txt') diff --git a/sys/linux/dev_ptp.txt b/sys/linux/dev_ptp.txt index 1e8a77fe6..60913de3f 100644 --- a/sys/linux/dev_ptp.txt +++ b/sys/linux/dev_ptp.txt @@ -45,14 +45,14 @@ ptp_perout_request { ptp_sys_offset { n_samples int32[0:PTP_MAX_SAMPLES] rsv array[const[0, int32], 3] -# Nothing interesting/input beyond this point. -} [size[PTP_SYS_OFFSET_SIZE]] + ts array[const[0, int64], 102] +} ptp_sys_offset_extended { n_samples int32[0:PTP_MAX_SAMPLES] rsv array[const[0, int32], 3] -# Nothing interesting/input beyond this point. -} [size[PTP_SYS_OFFSET_EXTENDED_SIZE]] + ts array[const[0, int64], 150] +} ptp_pin_desc { name array[const[0, int8], 64] @@ -72,6 +72,4 @@ ptp_extts_request_flags = PTP_ENABLE_FEATURE, PTP_RISING_EDGE, PTP_FALLING_EDGE, ptp_pin_pf = PTP_PF_NONE, PTP_PF_EXTTS, PTP_PF_PEROUT, PTP_PF_PHYSYNC define PTP_CLOCK_CAPS_SIZE sizeof(struct ptp_clock_caps) -define PTP_SYS_OFFSET_SIZE sizeof(struct ptp_sys_offset) define PTP_SYS_OFFSET_PRECISE_SIZE sizeof(struct ptp_sys_offset_precise) -define PTP_SYS_OFFSET_EXTENDED_SIZE sizeof(struct ptp_sys_offset_extended) -- cgit mrf-deployment