diff options
author | Brent Cook <bcook@rapid7.com> | 2015-02-25 15:30:34 -0600 |
---|---|---|
committer | Brent Cook <bcook@rapid7.com> | 2015-02-25 15:30:34 -0600 |
commit | 3fcb830b7609225b93fce206a3855004ce3b9ee2 (patch) | |
tree | 6e6a3368db036497af0eeee3f54f83de34681190 /pcap-linux.c | |
parent | 35c404821c70b8b48d9d8a9f4066db98d878da7e (diff) |
whitespace
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 9842555e..92247228 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -3666,11 +3666,11 @@ prepare_tpacket_socket(pcap_t *handle) #endif /* HAVE_TPACKET3 */ /* - * 32-bit userspace + 64-bit kernel + tpacket_v1 are not compatible with each - * other due to platform-dependent data type size differences. - * - * TPACKET_V1_64 allows using a 64-bit tpacket_v1 header from 32-bit - * userspace. + * 32-bit userspace + 64-bit kernel + tpacket_v1 are not compatible with + * each other due to platform-dependent data type size differences. + * + * TPACKET_V1_64 allows using a 64-bit tpacket_v1 header from 32-bit + * userspace. */ if (handlep->tp_version == TPACKET_V1 && sizeof(long) == 4) { struct utsname utsname; |