Re: [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide

2021-02-07 Thread Amy Parker
On Sat, Feb 6, 2021 at 12:07 PM Jakub Kicinski wrote: > > On Fri, 5 Feb 2021 16:01:43 -0800 Amy Parker wrote: > > This patchset updates atarilance.c and sun3lance.c to follow the kernel > > style guide. Each patch tackles a different issue in the style guide. > > These are very, very old drivers,

Re: [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide

2021-02-06 Thread Jakub Kicinski
On Fri, 5 Feb 2021 16:01:43 -0800 Amy Parker wrote: > This patchset updates atarilance.c and sun3lance.c to follow the kernel > style guide. Each patch tackles a different issue in the style guide. These are very, very old drivers, nobody worked on them for a decade. What's your motivation for ma

Re: [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide

2021-02-05 Thread Amy Parker
On Fri, Feb 5, 2021 at 7:16 PM Randy Dunlap wrote: > > On 2/5/21 4:01 PM, Amy Parker wrote: > > This patchset updates atarilance.c and sun3lance.c to follow the kernel > > style guide. Each patch tackles a different issue in the style guide. > > > >-Amy IP > > > > Amy Parker (3): > > drivers

Re: [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide

2021-02-05 Thread Randy Dunlap
On 2/5/21 4:01 PM, Amy Parker wrote: > This patchset updates atarilance.c and sun3lance.c to follow the kernel > style guide. Each patch tackles a different issue in the style guide. > >-Amy IP > > Amy Parker (3): > drivers/net/ethernet/amd: Correct spacing around C keywords > drivers/net

[PATCH 0/3] drivers/net/ethernet/amd: Follow style guide

2021-02-05 Thread Amy Parker
This patchset updates atarilance.c and sun3lance.c to follow the kernel style guide. Each patch tackles a different issue in the style guide. -Amy IP Amy Parker (3): drivers/net/ethernet/amd: Correct spacing around C keywords drivers/net/ethernet/amd: Fix bracket matching and line levels