]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc filter u32: Coding style fixes
authorJamal Hadi Salim <jhs@mojatatu.com>
Wed, 25 May 2016 10:11:55 +0000 (06:11 -0400)
committerStephen Hemminger <shemming@brocade.com>
Tue, 31 May 2016 19:33:48 +0000 (12:33 -0700)
commit82e6efe2e3a4e6237d80a0c7d78bb1de631ef467
treec720619f329305ba225399e94bb3945cb51d88f6
parente6263c85830c05a85017ee32b0a9c6f9118ec584
tc filter u32: Coding style fixes

"handle" was being used several times for different things.
Fix the 80 character limit abuse and other little issues while at it.

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
tc/f_u32.c