net/tipc/name_table.c: Remove unecessary semicolon
Found by http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a2bf91b5b8
commit
adccff34de
|
@ -783,7 +783,7 @@ static int subseq_list(struct sub_seq *sseq, char *buf, int len, u32 depth,
|
|||
if (!list_is_last(&publ->zone_list, &info->zone_list))
|
||||
ret += tipc_snprintf(buf + ret, len - ret,
|
||||
"\n%33s", " ");
|
||||
};
|
||||
}
|
||||
|
||||
ret += tipc_snprintf(buf + ret, len - ret, "\n");
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue