[PATCH 1/3] tc: f_u32: add missing spaces around operators

2016-03-19 Thread Luca Lemmo
Signed-off-by: Luca Lemmo --- tc/f_u32.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tc/f_u32.c b/tc/f_u32.c index 0b97678..2a6c971 100644 --- a/tc/f_u32.c +++ b/tc/f_u32.c @@ -47,7 +47,7 @@ static void explain(void) static int get_u32_handle(__u32 *handle

[PATCH 2/3] tc: f_u32: trivial coding style cleanups

2016-03-19 Thread Luca Lemmo
Signed-off-by: Luca Lemmo --- tc/f_u32.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tc/f_u32.c b/tc/f_u32.c index 2a6c971..5ca60c8 100644 --- a/tc/f_u32.c +++ b/tc/f_u32.c @@ -80,7 +80,7 @@ static int get_u32_handle(__u32 *handle, const char *str) return

[PATCH 3/3] tc: q_{codel,fq_codel}: add missing space in help text

2016-03-19 Thread Luca Lemmo
Signed-off-by: Luca Lemmo --- tc/q_codel.c| 2 +- tc/q_fq_codel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tc/q_codel.c b/tc/q_codel.c index c24246c..cff609e 100644 --- a/tc/q_codel.c +++ b/tc/q_codel.c @@ -53,7 +53,7 @@ static void explain(void