You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use correct byte ordering function for kernel struct member (skc_num) (#2002)
Summary: Use correct byte ordering function for kernel struct member
(skc_num)
This change doesn't result in a functional difference since `ntohs` and
`htons` are inverses of each other on little endian machines (and noops
for big endian machines). This field's byte order caused me confusion in
#1989, so I wanted to make this struct access consistent.
Relevant Issues: N/A
Type of change: /kind cleanup
Test Plan: Testing during #1989 (details
[here](#1989 (comment)))
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
0 commit comments