commit | 54df7ef51193641010a934c231c5aba117aea46d | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Sat Oct 28 15:48:47 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 01 12:05:49 2017 +0900 |
tree | afd64043bb50e99f4d5e632d965803575118dc4d | |
parent | 3a7943ba5b7763488753305fddb0a50e911e0617 [diff] |
net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swap Make use of the swap macro and remove unnecessary variable tmp. 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>