projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05006e8
)
ipv6: trivial, add bracket for the if block
author
Florent Fourcot
<florent.fourcot@enst-bretagne.fr>
Tue, 4 Nov 2014 22:01:00 +0000
(23:01 +0100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 4 Nov 2014 22:10:19 +0000
(17:10 -0500)
The "else" block is on several lines and use bracket.
Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_flowlabel.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ip6_flowlabel.c
b/net/ipv6/ip6_flowlabel.c
index 3dd7d4ebd7cd9dff75c7a89a3a872cf8a073543b..c14343715049d7db8d93e5c36febada1950baa71 100644
(file)
--- a/
net/ipv6/ip6_flowlabel.c
+++ b/
net/ipv6/ip6_flowlabel.c
@@
-769,10
+769,10
@@
static void ip6fl_seq_stop(struct seq_file *seq, void *v)
static int ip6fl_seq_show(struct seq_file *seq, void *v)
{
struct ip6fl_iter_state *state = ip6fl_seq_private(seq);
- if (v == SEQ_START_TOKEN)
+ if (v == SEQ_START_TOKEN)
{
seq_printf(seq, "%-5s %-1s %-6s %-6s %-6s %-8s %-32s %s\n",
"Label", "S", "Owner", "Users", "Linger", "Expires", "Dst", "Opt");
- else {
+
}
else {
struct ip6_flowlabel *fl = v;
seq_printf(seq,
"%05X %-1d %-6d %-6d %-6ld %-8ld %pi6 %-4d\n",