diff options
-rw-r--r-- | include/linux/if_packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_packet.h b/include/linux/if_packet.h index 5e76988f8ffc..f3799295d231 100644 --- a/include/linux/if_packet.h +++ b/include/linux/if_packet.h | |||
@@ -173,7 +173,7 @@ struct tpacket_hdr_v1 { | |||
173 | * you can see which blk[s] is[are] outstanding etc. | 173 | * you can see which blk[s] is[are] outstanding etc. |
174 | * 3. Validate kernel code. | 174 | * 3. Validate kernel code. |
175 | */ | 175 | */ |
176 | aligned_u64 seq_num; | 176 | __aligned_u64 seq_num; |
177 | 177 | ||
178 | /* | 178 | /* |
179 | * ts_last_pkt: | 179 | * ts_last_pkt: |