Re: [PATCH] net: qrtr: send msgs from local of same id as broadcast

From: David Miller
Date: Tue Apr 07 2020 - 21:38:12 EST


From: WANG Wenhu <wenhu.wang@xxxxxxxx>
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.