On Tue, Jan 12, 2021 at 5:54 PM Jakub Kicinski wrote:
>
> On Tue, 12 Jan 2021 00:42:58 -0600 Lijun Pan wrote:
> > This series address several coding style problems.
>
> Erm, are you sure this series will not conflict with the fixes
> Sukadev is sending?
Maybe one or two if the fixes go to net. An
On Tue, 12 Jan 2021 00:42:58 -0600 Lijun Pan wrote:
> This series address several coding style problems.
Erm, are you sure this series will not conflict with the fixes
Sukadev is sending?
On Tue, 2021-01-12 at 00:42 -0600, Lijun Pan wrote:
> This series address several coding style problems.
>
> Lijun Pan (7):
> ibmvnic: prefer 'unsigned long' over 'unsigned long int'
> ibmvnic: fix block comments
> ibmvnic: fix braces
> ibmvnic: avoid multiple line dereference
> ibmvnic:
This series address several coding style problems.
Lijun Pan (7):
ibmvnic: prefer 'unsigned long' over 'unsigned long int'
ibmvnic: fix block comments
ibmvnic: fix braces
ibmvnic: avoid multiple line dereference
ibmvnic: fix miscellaneous checks
ibmvnic: add comments for spinlock_t def