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

From: Amy Parker
Date: Sat Feb 06 2021 - 00:10:56 EST


On Fri, Feb 5, 2021 at 7:16 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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/net/ethernet/amd: Correct spacing around C keywords
> > drivers/net/ethernet/amd: Fix bracket matching and line levels
> > drivers/net/ethernet/amd: Break apart one-lined expressions
> >
> > drivers/net/ethernet/amd/atarilance.c | 64 ++++++++++++++-------------
> > drivers/net/ethernet/amd/sun3lance.c | 64 +++++++++++++++------------
> > 2 files changed, 69 insertions(+), 59 deletions(-)
> >
>
> Hi Amy,
>
> For each patch, can you confirm that the before & after binary files
> are the same? or if they are not the same, explain why not?
>
> Just something that I have done in the past...
>
> thanks.

At least when I tried - yes. These are just stylistic changes.
Currently using gcc version 10.2.1.

-Amy IP