[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200818.154401.826640119439302130.davem@davemloft.net>
Date: Tue, 18 Aug 2020 15:44:01 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: cforno12@...ux.ibm.com
Cc: netdev@...r.kernel.org, drt@...ux.vnet.ibm.com
Subject: Re: [PATCH, net-next, v2] ibmvnic: store RX and TX subCRQ handle
array in ibmvnic_adapter struct
From: Cristobal Forno <cforno12@...ux.ibm.com>
Date: Tue, 18 Aug 2020 16:53:33 -0500
> @@ -1524,7 +1519,7 @@ static netdev_tx_t ibmvnic_xmit(struct sk_buff *skb, struct net_device *netdev)
> unsigned int offset;
> int num_entries = 1;
> unsigned char *dst;
> - u64 *handle_array;
> + u64 handle;
> int index = 0;
> u8 proto = 0;
> netdev_tx_t ret = NETDEV_TX_OK;
Please preserve the reverse christmas tree ordering of local variables here.
Otherwise the patch looks fine to me.
Powered by blists - more mailing lists