From 7debf7806e0e984ea7e43cc271dc9400b0dffc14 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 22 Feb 2014 18:37:53 +0100 Subject: [PATCH] tools: bpf_dbg: various misc code cleanups Lets clean up bpf_dbg a bit and improve its code slightly in various areas: i) Get rid of some macros as there's no good reason for keeping them, ii) remove one unused variable and reduce scope of various variables found by cppcheck, iii) Close non-default file descriptors when exiting the shell. Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-format-patch failed