On Mon, May 12, 2025 at 15:37:14 +0200, Michal Privoznik via Devel wrote:
> From: Michal Privoznik
>
> We still use C89 style of comments. Fix C99 style of comments
> used in virNetDevBridgeSetupVlans().
>
> Signed-off-by: Michal Privoznik
> ---
> src/util/virnetdevbridge.c | 6 +++---
> 1 fil
From: Michal Privoznik
We still use C89 style of comments. Fix C99 style of comments
used in virNetDevBridgeSetupVlans().
Signed-off-by: Michal Privoznik
---
src/util/virnetdevbridge.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/util/virnetdevbridge.c b/src/ut