File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ __weak const volatile uint32_t g_ia32_to_64_table[SYSCALL_TABLE_SIZE];
6767 */
6868__weak const volatile uint16_t ringbufs_num ;
6969
70-
7170/*=============================== BPF READ-ONLY GLOBAL VARIABLES ===============================*/
7271
7372/*=============================== BPF GLOBAL VARIABLES ===============================*/
Original file line number Diff line number Diff line change @@ -3088,7 +3088,7 @@ struct ppm_cmsghdr {
30883088 ((char *)(cmsg)) + offsetof(ppm_cmsghdr, field), \
30893089 sizeof ((cmsg)->field)))
30903090
3091- #define PPM_CMSG_ALIGN (len ) (((len) + sizeof (size_t ) - 1 ) & (size_t )~(sizeof (size_t ) - 1 ))
3091+ #define PPM_CMSG_ALIGN (len ) (((len) + sizeof (size_t ) - 1 ) & (size_t ) ~(sizeof (size_t ) - 1 ))
30923092
30933093// Given a length, return the additional padding necessary such that
30943094// `len + __PPM_CMSG_PADDING(len) == PPM_CMSG_ALIGN(len)`.
You can’t perform that action at this time.
0 commit comments