]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tc: break long lines
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 24 Nov 2017 19:31:36 +0000 (11:31 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 24 Nov 2017 19:31:36 +0000 (11:31 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/f_rsvp.c
tc/q_atm.c
tc/q_cbs.c
tc/q_drr.c
tc/q_fifo.c
tc/q_hfsc.c
tc/q_htb.c
tc/q_prio.c
tc/q_red.c
tc/q_tbf.c

index 02028b4bdde60e677fd74922ad1eb9a33b0221e0..1ce37340e9ef830918d3c05aac8387539221a303 100644 (file)
@@ -169,7 +169,8 @@ done:
 }
 
 
-static int rsvp_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
+static int rsvp_parse_opt(struct filter_util *qu, char *handle, int argc,
+                         char **argv, struct nlmsghdr *n)
 {
        int family = strcmp(qu->id, "rsvp") == 0 ? AF_INET : AF_INET6;
        struct tc_rsvp_pinfo pinfo = {};
index 787b46cde78c6c56533f02e098541ca9ab550ed4..783a578c308a7e05b08d136df2d1fade2494dc70 100644 (file)
@@ -26,7 +26,8 @@
 #define MAX_HDR_LEN 64
 
 
-static int atm_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int atm_parse_opt(struct qdisc_util *qu, int argc, char **argv,
+                        struct nlmsghdr *n, const char *dev)
 {
        if (argc) {
                fprintf(stderr, "Usage: atm\n");
index e1134c3a2803368c17de8143c51378cdfb668c40..b57390571e181811deb2f35d6fe2c97564194263 100644 (file)
@@ -34,7 +34,8 @@ static void explain1(const char *arg, const char *val)
        fprintf(stderr, "cbs: illegal value for \"%s\": \"%s\"\n", arg, val);
 }
 
-static int cbs_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int cbs_parse_opt(struct qdisc_util *qu, int argc,
+                        char **argv, struct nlmsghdr *n, const char *dev)
 {
        struct tc_cbs_qopt opt = {};
        struct rtattr *tail;
index 85aa5b600fd81ca29b44669ef30c4e2508e7be03..5e541c09abe11b433e879f5df323230027ec8281 100644 (file)
@@ -33,7 +33,8 @@ static void explain2(void)
 }
 
 
-static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv,
+                        struct nlmsghdr *n, const char *dev)
 {
        while (argc) {
                if (strcmp(*argv, "help") == 0) {
index c89d186d98d04f2dab2d5c6fb3ab41f21871daf6..5fd6c1b1107d7100db94216767964f4703de5896 100644 (file)
@@ -27,7 +27,8 @@ static void explain(void)
        fprintf(stderr, "Usage: ... <[p|b]fifo | pfifo_head_drop> [ limit NUMBER ]\n");
 }
 
-static int fifo_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int fifo_parse_opt(struct qdisc_util *qu, int argc, char **argv,
+                         struct nlmsghdr *n, const char *dev)
 {
        int ok = 0;
        struct tc_fifo_qopt opt = {};
index 597a659a779221081d91894510b8e2387a4af0c1..c19e87f98761ea472871f9018b07de6d6224fffa 100644 (file)
@@ -23,8 +23,8 @@
 #include "utils.h"
 #include "tc_util.h"
 
-static int hfsc_get_sc(int *, char ***, struct tc_service_curve *, const char *);
-
+static int hfsc_get_sc(int *, char ***,
+                      struct tc_service_curve *, const char *);
 
 static void
 explain_qdisc(void)
@@ -70,7 +70,8 @@ explain1(char *arg)
 }
 
 static int
-hfsc_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+hfsc_parse_opt(struct qdisc_util *qu, int argc, char **argv,
+              struct nlmsghdr *n, const char *dev)
 {
        struct tc_hfsc_qopt qopt = {};
 
@@ -281,7 +282,8 @@ struct qdisc_util hfsc_qdisc_util = {
 };
 
 static int
-hfsc_get_sc1(int *argcp, char ***argvp, struct tc_service_curve *sc, const char *dev)
+hfsc_get_sc1(int *argcp, char ***argvp,
+            struct tc_service_curve *sc, const char *dev)
 {
        char **argv = *argvp;
        int argc = *argcp;
index 3e295a71b1ef374302c7e78293725013558c3260..ffb43aa1513fa5c104350618613e79cb40dadabe 100644 (file)
@@ -58,8 +58,8 @@ static void explain1(char *arg)
     explain();
 }
 
-
-static int htb_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int htb_parse_opt(struct qdisc_util *qu, int argc,
+                        char **argv, struct nlmsghdr *n, const char *dev)
 {
        unsigned int direct_qlen = ~0U;
        struct tc_htb_glob opt = {
index 992da6f6ff0dfc2f2bd81acd9ae043b85eb2ebda..358cf06cca0a3f42d5e2647f8fdd750fdd16e1e0 100644 (file)
@@ -27,7 +27,8 @@ static void explain(void)
        fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n");
 }
 
-static int prio_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int prio_parse_opt(struct qdisc_util *qu, int argc, char **argv,
+                         struct nlmsghdr *n, const char *dev)
 {
        int pmap_mode = 0;
        int idx = 0;
index cf482fccaf7331c861f21c4abf3920a9da17515c..1949558f14f9d3e1ae8d0a6a55b6da8017785a9d 100644 (file)
@@ -32,7 +32,8 @@ static void explain(void)
        fprintf(stderr, "               [ecn] [harddrop]\n");
 }
 
-static int red_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int red_parse_opt(struct qdisc_util *qu, int argc, char **argv,
+                        struct nlmsghdr *n, const char *dev)
 {
        struct tc_red_qopt opt = {};
        unsigned int burst = 0;
index 2c5edbe2161230d4b124903add34f2182b12a249..dfaa5d383ae596b8104e3772e080ed45a0599539 100644 (file)
@@ -35,7 +35,8 @@ static void explain1(const char *arg, const char *val)
 }
 
 
-static int tbf_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
+static int tbf_parse_opt(struct qdisc_util *qu, int argc, char **argv,
+                        struct nlmsghdr *n, const char *dev)
 {
        int ok = 0;
        struct tc_tbf_qopt opt = {};