aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-11-09 21:18:48 -0800
committerDavid S. Miller <davem@davemloft.net>2018-11-09 21:19:44 -0800
commit12ceaf8864c269467846379ebea56a2b996f9e3b (patch)
tree39e5efd2c11583803652ce98424d976a99adec05 /.mailmap
parentnet: phy: leds: Don't make our own link speed names (diff)
downloadlinux-dev-12ceaf8864c269467846379ebea56a2b996f9e3b.tar.xz
linux-dev-12ceaf8864c269467846379ebea56a2b996f9e3b.zip
infiniband: nes: Fix more direct skb list accesses.
The following: skb = skb->next; ... if (skb == (struct sk_buff *)queue) is transformed into: skb = skb_peek_next(skb, queue); ... if (!skb) Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions