linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide
@ 2021-02-06  0:01 Amy Parker
  2021-02-06  0:01 ` [PATCH 1/3] drivers/net/ethernet/amd: Correct spacing around C keywords Amy Parker
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Amy Parker @ 2021-02-06  0:01 UTC (permalink / raw)
  To: davem, kuba, akpm, rppt; +Cc: netdev, linux-kernel, 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
  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(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-07 20:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-06  0:01 [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide Amy Parker
2021-02-06  0:01 ` [PATCH 1/3] drivers/net/ethernet/amd: Correct spacing around C keywords Amy Parker
2021-02-06  0:01 ` [PATCH 2/3] drivers/net/ethernet/amd: Fix bracket matching and line levels Amy Parker
2021-02-06  0:01 ` [PATCH 3/3] drivers/net/ethernet/amd: Break apart one-lined expressions Amy Parker
2021-02-06  3:16 ` [PATCH 0/3] drivers/net/ethernet/amd: Follow style guide Randy Dunlap
2021-02-06  4:28   ` Amy Parker
2021-02-06 20:07 ` Jakub Kicinski
2021-02-07 20:48   ` Amy Parker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).