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

From: Randy Dunlap
Date: Fri Feb 05 2021 - 23:32:06 EST


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.
--
~Randy