Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adccff34 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by David S. Miller
Browse files

net/tipc/name_table.c: Remove unecessary semicolon

parent a2bf91b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;