commit | 28e8c1914a20d020893978b67a6d2c618756bc3f | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Fri Nov 03 11:52:45 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 05 22:24:15 2017 +0900 |
tree | 54ff3a1ec770b8913db4c8571ba91b93ba5ca4e4 | |
parent | 9525d69a36672f9505006b461fb5f7e8f580dfdd [diff] |
mISDN: l1oip_core: replace _manual_ swap with swap macro Make use of the swap macro and remove unnecessary variables skb and cnt. This makes the code easier to read and maintain. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>