All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Wolf <W_Armin@gmx.de>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next 0/2] 8390: core cleanup
Date: Thu, 23 Jul 2020 20:33:29 +0200	[thread overview]
Message-ID: <20200723183329.GA5861@mx-linux-amd> (raw)

The purpose of this patchset is to do some cleanups
in lib8390.c and 8390.c.

While most cleanups fix simple checkpatch warnings,
pr_cont() usage was replaced by a more SMP-safe construct.

Other functional changes  include the removal of version-
printing in lib8390.c, so modules using lib8390.c do
not need a global version-string in order to compile
successfully.

Patches do compile and run flawless on 5.8.0-rc4 with
a RTL8029AS using ne2k-pci.

Armin Wolf (2):
  8390: Miscellaneous cleanups
  lib8390: Fix coding-style issues and remove verion printing

 drivers/net/ethernet/8390/8390.c    |  25 +-
 drivers/net/ethernet/8390/lib8390.c | 639 ++++++++++++++--------------
 2 files changed, 332 insertions(+), 332 deletions(-)

--
2.20.1


                 reply	other threads:[~2020-07-23 18:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200723183329.GA5861@mx-linux-amd \
    --to=w_armin@gmx.de \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.