Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <[email protected]>
---
 net/tipc/name_table.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c
index 98975e8..4675477 100644
--- a/net/tipc/name_table.c
+++ b/net/tipc/name_table.c
@@ -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;
-- 
1.7.11.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to