Re: [PATCH 3/5] virnetdevbridge.c: Fix comments in virNetDevBridgeSetupVlans()

2025-05-13 Thread Peter Krempa via Devel
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

[PATCH 3/5] virnetdevbridge.c: Fix comments in virNetDevBridgeSetupVlans()

2025-05-12 Thread Michal Privoznik via Devel
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