dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Peter Senna Tschudin 2012-09-18 07:10:45 +00:00 committed by David S. Miller
parent a2bf91b5b8
commit adccff34de
1 changed files with 1 additions and 1 deletions

View File

@ -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;