From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1j3zmu-00088D-UD for mharc-qemu-trivial@gnu.org; Tue, 18 Feb 2020 05:07:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47625) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3zms-00085x-4Y for qemu-trivial@nongnu.org; Tue, 18 Feb 2020 05:07:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3zmr-0001Zd-8b for qemu-trivial@nongnu.org; Tue, 18 Feb 2020 05:07:30 -0500 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:44765 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3zmr-0001ZL-4o for qemu-trivial@nongnu.org; Tue, 18 Feb 2020 05:07:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582020448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8PI8LTr6cvVZgzniR2rU/p1Y1+xajScI3sIjBJ0nWQI=; b=dhBfy2un9pNtwVH9hx5b4RIJ7rXHG5FjVyk/DwoYWIFyC3HDba6aZ1eMbJyR/205S7vB6D U+bLvbvjUpYdMA5BX3M6BW7oirvVbbV9y5he7IEMPruDho7ujm0+GBFSUp+IXDa5w2iNzd qk3tuj/UHQOtQPkpviqVOu1R8eaWIhY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-359-4XT5CCNbPhqhORbbDtVbTA-1; Tue, 18 Feb 2020 05:07:27 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E96381005514; Tue, 18 Feb 2020 10:07:24 +0000 (UTC) Received: from work-vm (unknown [10.36.118.89]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 969CC1BC6D; Tue, 18 Feb 2020 10:07:05 +0000 (UTC) Date: Tue, 18 Feb 2020 10:07:02 +0000 From: "Dr. David Alan Gilbert" To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, Max Reitz , Kevin Wolf , Thomas Huth , Fam Zheng , Eduardo Habkost , Alex Williamson , Marcel Apfelbaum , Richard Henderson , Julia Suvorova , Thomas Huth , "Edgar E. Iglesias" , Aarushi Mehta , qemu-trivial@nongnu.org, Stefan Hajnoczi , Alistair Francis , Gerd Hoffmann , Luc Michel , Laurent Vivier , Juan Quintela , Michael Tokarev , Laurent Vivier , Paolo Bonzini , Yuval Shaia , qemu-arm@nongnu.org, Peter Maydell , qemu-block@nongnu.org, Shamir Rabinovitch Subject: Re: [PATCH RESEND 13/13] contrib/rdmacm-mux: Remove superfluous semicolon Message-ID: <20200218100702.GP3080@work-vm> References: <20200218094402.26625-1-philmd@redhat.com> <20200218094402.26625-14-philmd@redhat.com> MIME-Version: 1.0 In-Reply-To: <20200218094402.26625-14-philmd@redhat.com> User-Agent: Mutt/1.13.3 (2020-01-12) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: 4XT5CCNbPhqhORbbDtVbTA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.81 X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2020 10:07:31 -0000 * Philippe Mathieu-Daud=E9 (philmd@redhat.com) wrote: > Fixes: a5d2f6f8773 > Signed-off-by: Philippe Mathieu-Daud=E9 Reviewed-by: Dr. David Alan Gilbert > --- > Cc: Shamir Rabinovitch > --- > contrib/rdmacm-mux/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/contrib/rdmacm-mux/main.c b/contrib/rdmacm-mux/main.c > index de53048f06..bd82abbad3 100644 > --- a/contrib/rdmacm-mux/main.c > +++ b/contrib/rdmacm-mux/main.c > @@ -490,7 +490,7 @@ static int read_and_process(int fd) > =20 > static int accept_all(void) > { > - int fd, rc =3D 0;; > + int fd, rc =3D 0; > =20 > pthread_rwlock_wrlock(&server.lock); > =20 > --=20 > 2.21.1 >=20 -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 2002:a05:6512:3aa:0:0:0:0 with SMTP id v10csp5957829lfp; Tue, 18 Feb 2020 02:07:46 -0800 (PST) X-Google-Smtp-Source: APXvYqzU8AHsmJVMN2hbXcBO6+CRBsetRJl4Cgkd7bf7dzz/VPXZQSdjKnN8mbhzA4FZMPAsx0sj X-Received: by 2002:a05:620a:1f1:: with SMTP id x17mr17429396qkn.302.1582020465989; Tue, 18 Feb 2020 02:07:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582020465; cv=none; d=google.com; s=arc-20160816; b=zYipKSpmvt5vNB6+QPpUpIG3HpwAFLz9k/hE31GTxM1lK2Sxd40gbbsXsY0g9SMrHA Htk0Q7tE4u2FE6BgfV2fXnYKdeYp4vq38hwinOTUDHIsNlj+/VRw+r9a1tg0wFWFtqLZ A2pBBc2bF/HAms9Ekfpe2TnvhvAo7eUY16KleRx3Yf7baZ9CgcqA2vhdB1XeYG5lLmww /H4g1DNprsyoxOWZ+i4XumtuIlaRB68cuVzgLqeZcdmrNYmPcaFH84mpcigDQ0jQ5cWD QGvFnK9/FYCvkgVcvgh/fTBJW5llx/iY9Re6xvelvgUGbWlAKeDOUAEi1L2V8BSwAPQJ iMig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:cc:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:content-disposition :content-transfer-encoding:user-agent:in-reply-to:mime-version :references:message-id:subject:to:from:date:dkim-signature; bh=8PI8LTr6cvVZgzniR2rU/p1Y1+xajScI3sIjBJ0nWQI=; b=cDHeXQdcWEE3U69y39B5XE5np7NBa07Ur2jGvGYzLvYV59eaWzgrf5D6/qq+zwyjpK LF4miJ/y2ta1LKqjMDjmc+vbAj53uRAAt/iZCi0xpnB16N6mkY6EqcOq1NWlnyYEeuAH 95pIjTbTFxT801g4RlYVCWVJvp/2phK74w8QdxXS8kH67qCNXFy2p0bzN92k6IjSUUMR odkxw1P1lXR2nTt/Bkvz+HgB1EG4xC/TZ0bABX+CWfMkLZROkUSApCLLNW9nYgtnPNyf IzAxoqKeKp2ew0e4z8PEvYgFDY6IUbXIFAfDXFLSCoW/w+BlYsY49VEaD2HKzPb6oX54 fsnQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=fail header.i=@redhat.com header.s=mimecast20190719 header.b=dhBfy2un; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org. [209.51.188.17]) by mx.google.com with ESMTPS id z1si1485372qvp.210.2020.02.18.02.07.45 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 18 Feb 2020 02:07:45 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; Authentication-Results: mx.google.com; dkim=fail header.i=@redhat.com header.s=mimecast20190719 header.b=dhBfy2un; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: from localhost ([::1]:59928 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3zn7-00087S-Dr for alex.bennee@linaro.org; Tue, 18 Feb 2020 05:07:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47629) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3zms-00085z-Ak for qemu-arm@nongnu.org; Tue, 18 Feb 2020 05:07:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3zmr-0001Zp-CR for qemu-arm@nongnu.org; Tue, 18 Feb 2020 05:07:30 -0500 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:29738 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3zmr-0001ZR-83 for qemu-arm@nongnu.org; Tue, 18 Feb 2020 05:07:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582020448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8PI8LTr6cvVZgzniR2rU/p1Y1+xajScI3sIjBJ0nWQI=; b=dhBfy2un9pNtwVH9hx5b4RIJ7rXHG5FjVyk/DwoYWIFyC3HDba6aZ1eMbJyR/205S7vB6D U+bLvbvjUpYdMA5BX3M6BW7oirvVbbV9y5he7IEMPruDho7ujm0+GBFSUp+IXDa5w2iNzd qk3tuj/UHQOtQPkpviqVOu1R8eaWIhY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-359-4XT5CCNbPhqhORbbDtVbTA-1; Tue, 18 Feb 2020 05:07:27 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E96381005514; Tue, 18 Feb 2020 10:07:24 +0000 (UTC) Received: from work-vm (unknown [10.36.118.89]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 969CC1BC6D; Tue, 18 Feb 2020 10:07:05 +0000 (UTC) Date: Tue, 18 Feb 2020 10:07:02 +0000 From: "Dr. David Alan Gilbert" To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH RESEND 13/13] contrib/rdmacm-mux: Remove superfluous semicolon Message-ID: <20200218100702.GP3080@work-vm> References: <20200218094402.26625-1-philmd@redhat.com> <20200218094402.26625-14-philmd@redhat.com> MIME-Version: 1.0 In-Reply-To: <20200218094402.26625-14-philmd@redhat.com> User-Agent: Mutt/1.13.3 (2020-01-12) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: 4XT5CCNbPhqhORbbDtVbTA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.81 X-BeenThere: qemu-arm@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , Michael Tokarev , qemu-devel@nongnu.org, Gerd Hoffmann , qemu-block@nongnu.org, Juan Quintela , qemu-trivial@nongnu.org, Marcel Apfelbaum , Laurent Vivier , Thomas Huth , Eduardo Habkost , Alistair Francis , Julia Suvorova , Yuval Shaia , Alex Williamson , qemu-arm@nongnu.org, Stefan Hajnoczi , Aarushi Mehta , Richard Henderson , Kevin Wolf , Shamir Rabinovitch , Thomas Huth , Laurent Vivier , Max Reitz , Paolo Bonzini , Luc Michel Errors-To: qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Sender: "Qemu-arm" X-TUID: cRRoWAp0vgsN * Philippe Mathieu-Daud=E9 (philmd@redhat.com) wrote: > Fixes: a5d2f6f8773 > Signed-off-by: Philippe Mathieu-Daud=E9 Reviewed-by: Dr. David Alan Gilbert > --- > Cc: Shamir Rabinovitch > --- > contrib/rdmacm-mux/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/contrib/rdmacm-mux/main.c b/contrib/rdmacm-mux/main.c > index de53048f06..bd82abbad3 100644 > --- a/contrib/rdmacm-mux/main.c > +++ b/contrib/rdmacm-mux/main.c > @@ -490,7 +490,7 @@ static int read_and_process(int fd) > =20 > static int accept_all(void) > { > - int fd, rc =3D 0;; > + int fd, rc =3D 0; > =20 > pthread_rwlock_wrlock(&server.lock); > =20 > --=20 > 2.21.1 >=20 -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39A9BC34026 for ; Tue, 18 Feb 2020 10:08:19 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0323520722 for ; Tue, 18 Feb 2020 10:08:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="dhBfy2un" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0323520722 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:59940 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3zne-0000RS-8D for qemu-devel@archiver.kernel.org; Tue, 18 Feb 2020 05:08:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47628) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3zms-00085y-Ae for qemu-devel@nongnu.org; Tue, 18 Feb 2020 05:07:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3zmr-0001Zz-Cm for qemu-devel@nongnu.org; Tue, 18 Feb 2020 05:07:30 -0500 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:27655 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3zmr-0001ZP-8o for qemu-devel@nongnu.org; Tue, 18 Feb 2020 05:07:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582020448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8PI8LTr6cvVZgzniR2rU/p1Y1+xajScI3sIjBJ0nWQI=; b=dhBfy2un9pNtwVH9hx5b4RIJ7rXHG5FjVyk/DwoYWIFyC3HDba6aZ1eMbJyR/205S7vB6D U+bLvbvjUpYdMA5BX3M6BW7oirvVbbV9y5he7IEMPruDho7ujm0+GBFSUp+IXDa5w2iNzd qk3tuj/UHQOtQPkpviqVOu1R8eaWIhY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-359-4XT5CCNbPhqhORbbDtVbTA-1; Tue, 18 Feb 2020 05:07:27 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E96381005514; Tue, 18 Feb 2020 10:07:24 +0000 (UTC) Received: from work-vm (unknown [10.36.118.89]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 969CC1BC6D; Tue, 18 Feb 2020 10:07:05 +0000 (UTC) Date: Tue, 18 Feb 2020 10:07:02 +0000 From: "Dr. David Alan Gilbert" To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH RESEND 13/13] contrib/rdmacm-mux: Remove superfluous semicolon Message-ID: <20200218100702.GP3080@work-vm> References: <20200218094402.26625-1-philmd@redhat.com> <20200218094402.26625-14-philmd@redhat.com> MIME-Version: 1.0 In-Reply-To: <20200218094402.26625-14-philmd@redhat.com> User-Agent: Mutt/1.13.3 (2020-01-12) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: 4XT5CCNbPhqhORbbDtVbTA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.81 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , Michael Tokarev , qemu-devel@nongnu.org, Gerd Hoffmann , "Edgar E. Iglesias" , qemu-block@nongnu.org, Juan Quintela , qemu-trivial@nongnu.org, Laurent Vivier , Thomas Huth , Eduardo Habkost , Alistair Francis , Julia Suvorova , Yuval Shaia , Alex Williamson , qemu-arm@nongnu.org, Stefan Hajnoczi , Aarushi Mehta , Richard Henderson , Kevin Wolf , Shamir Rabinovitch , Thomas Huth , Laurent Vivier , Max Reitz , Paolo Bonzini , Luc Michel Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" * Philippe Mathieu-Daud=E9 (philmd@redhat.com) wrote: > Fixes: a5d2f6f8773 > Signed-off-by: Philippe Mathieu-Daud=E9 Reviewed-by: Dr. David Alan Gilbert > --- > Cc: Shamir Rabinovitch > --- > contrib/rdmacm-mux/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/contrib/rdmacm-mux/main.c b/contrib/rdmacm-mux/main.c > index de53048f06..bd82abbad3 100644 > --- a/contrib/rdmacm-mux/main.c > +++ b/contrib/rdmacm-mux/main.c > @@ -490,7 +490,7 @@ static int read_and_process(int fd) > =20 > static int accept_all(void) > { > - int fd, rc =3D 0;; > + int fd, rc =3D 0; > =20 > pthread_rwlock_wrlock(&server.lock); > =20 > --=20 > 2.21.1 >=20 -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK