Messages in this thread |  | | From | Amy Parker <> | Date | Fri, 5 Feb 2021 20:28:30 -0800 | Subject | Re: [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide |
| |
On Fri, Feb 5, 2021 at 7:16 PM Randy Dunlap <rdunlap@infradead.org> 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
|  |