Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
753ef5bb
Commit
753ef5bb
authored
Oct 23, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tc: remove extra whitespace
No blank lines at EOF, or trailing whitespace.
parent
f7520a19
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
0 additions
and
16 deletions
+0
-16
tc/README.last
tc/README.last
+0
-2
tc/emp_ematch.y
tc/emp_ematch.y
+0
-1
tc/m_action.c
tc/m_action.c
+0
-1
tc/m_ipt.c
tc/m_ipt.c
+0
-1
tc/m_xt_old.c
tc/m_xt_old.c
+0
-1
tc/p_tcp.c
tc/p_tcp.c
+0
-2
tc/p_udp.c
tc/p_udp.c
+0
-1
tc/q_cbq.c
tc/q_cbq.c
+0
-1
tc/q_netem.c
tc/q_netem.c
+0
-1
tc/q_prio.c
tc/q_prio.c
+0
-1
tc/q_tbf.c
tc/q_tbf.c
+0
-1
tc/tc_filter.c
tc/tc_filter.c
+0
-1
tc/tc_stab.c
tc/tc_stab.c
+0
-1
tc/tc_util.c
tc/tc_util.c
+0
-1
No files found.
tc/README.last
View file @
753ef5bb
...
...
@@ -43,5 +43,3 @@ It is available only for alpha and pentiums with correct
CPU timestamp. It is the fastest way, use it when it is available,
but remember: not all pentiums have this facility, and
a lot of them have clock, broken by APM etc. etc.
tc/emp_ematch.y
View file @
753ef5bb
...
...
@@ -98,4 +98,3 @@ invert:
{
ematch_err = strdup(s);
}
tc/m_action.c
View file @
753ef5bb
...
...
@@ -648,4 +648,3 @@ int do_action(int argc, char **argv)
return
0
;
}
tc/m_ipt.c
View file @
753ef5bb
...
...
@@ -618,4 +618,3 @@ struct action_util ipt_action_util = {
.
parse_aopt
=
parse_ipt
,
.
print_aopt
=
print_ipt
,
};
tc/m_xt_old.c
View file @
753ef5bb
...
...
@@ -433,4 +433,3 @@ struct action_util ipt_action_util = {
.
parse_aopt
=
parse_ipt
,
.
print_aopt
=
print_ipt
,
};
tc/p_tcp.c
View file @
753ef5bb
...
...
@@ -34,5 +34,3 @@ struct m_pedit_util p_pedit_tcp = {
"tcp"
,
parse_tcp
,
};
tc/p_udp.c
View file @
753ef5bb
...
...
@@ -35,4 +35,3 @@ struct m_pedit_util p_pedit_udp = {
"udp"
,
parse_udp
,
};
tc/q_cbq.c
View file @
753ef5bb
...
...
@@ -582,4 +582,3 @@ struct qdisc_util cbq_qdisc_util = {
.
parse_copt
=
cbq_parse_class_opt
,
.
print_copt
=
cbq_print_opt
,
};
tc/q_netem.c
View file @
753ef5bb
...
...
@@ -688,4 +688,3 @@ struct qdisc_util netem_qdisc_util = {
.
parse_qopt
=
netem_parse_opt
,
.
print_qopt
=
netem_print_opt
,
};
tc/q_prio.c
View file @
753ef5bb
...
...
@@ -122,4 +122,3 @@ struct qdisc_util prio_qdisc_util = {
.
parse_qopt
=
prio_parse_opt
,
.
print_qopt
=
prio_print_opt
,
};
tc/q_tbf.c
View file @
753ef5bb
...
...
@@ -328,4 +328,3 @@ struct qdisc_util tbf_qdisc_util = {
.
parse_qopt
=
tbf_parse_opt
,
.
print_qopt
=
tbf_print_opt
,
};
tc/tc_filter.c
View file @
753ef5bb
...
...
@@ -375,4 +375,3 @@ int do_filter(int argc, char **argv)
fprintf
(
stderr
,
"Command
\"
%s
\"
is unknown, try
\"
tc filter help
\"
.
\n
"
,
*
argv
);
return
-
1
;
}
tc/tc_stab.c
View file @
753ef5bb
...
...
@@ -148,4 +148,3 @@ void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta)
}
#endif
}
tc/tc_util.c
View file @
753ef5bb
...
...
@@ -608,4 +608,3 @@ compat_xstats:
if
(
tb
[
TCA_XSTATS
]
&&
xstats
)
*
xstats
=
tb
[
TCA_XSTATS
];
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment