Skip to content

Commit

Permalink
Update rt_linux.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MeIsReallyBa authored May 3, 2023
1 parent f1077cb commit 4179a3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ void linux_pci_unmap_single(void *handle, ra_dma_addr_t dma_addr, size_t size, i
#ifndef NET_SKB_PAD
#define NET_SKB_PAD 32
#endif
#define DEV_ALLOC_SKB(_Pkt, _length) \
#define DEV_ALLOC_SKB(_pAd,_Pkt, _length) \
do {\
_Pkt = alloc_skb(_length + NET_SKB_PAD, GFP_ATOMIC); \
if (_Pkt != NULL) { \
Expand Down

0 comments on commit 4179a3d

Please sign in to comment.