commit | 74b6551b9f4106a3e69ab46e60b52a8947dcf60c | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Thu Oct 26 23:10:35 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 28 19:06:59 2017 +0900 |
tree | b9229574c0da3cfc731699097ac29af139c36dcc | |
parent | a830405ee452ddc4101c3c9334e6fedd42c6b357 [diff] |
ipv6: exthdrs: use swap macro in ipv6_dest_hao make use of the swap macro and remove unnecessary variable tmp_addr. 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>