diff options
| author | 2019-03-20 15:45:19 +0300 | |
|---|---|---|
| committer | 2019-03-21 08:25:00 +0100 | |
| commit | b17b6823419aa698aff5650b6cabc6ab03d76729 (patch) | |
| tree | 620cf76cadf0ffe9cd75d0ecb2914c19dd292191 /tools/perf/scripts/python/bin | |
| parent | staging: rtl8192u: ieee80211: ieee80211_rx.c: Remove unnecessary braces. (diff) | |
staging: netlogic: replace skb_put/pull pair with skb_reserve
The sequence
skb_put(skb);
skb_pull(skb);
leads to the same result as
skb_reserve(skb);
but second is a little shorter and clearer.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
