[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200407.183808.1820111338460470376.davem@davemloft.net>
Date: Tue, 07 Apr 2020 18:38:08 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: wenhu.wang@...o.com
Cc: kuba@...nel.org, bjorn.andersson@...aro.org, allison@...utok.net,
hofrat@...dl.org, mkl@...gutronix.de, tglx@...utronix.de,
arnd@...db.de, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, opensource.kernel@...o.org
Subject: Re: [PATCH] net: qrtr: send msgs from local of same id as broadcast
From: WANG Wenhu <wenhu.wang@...o.com>
Date: Tue, 7 Apr 2020 06:29:28 -0700
> - enqueue_fn = qrtr_bcast_enqueue;
> - if (addr->sq_port != QRTR_PORT_CTRL) {
> + if (addr->sq_port != QRTR_PORT_CTRL &&
> + qrtr_local_nid != QRTR_NODE_BCAST) {
Please line up the second line of this if() statement with the column
after the openning parenthesis of the first line.
Powered by blists - more mailing lists