All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>,
	James Bottomley <james.bottomley@hansenpartnership.com>,
	linux-scsi@vger.kernel.org, Hannes Reinecke <hare@suse.de>
Subject: [PATCH 0/4] gdth: bring driver into this century
Date: Tue, 16 Jun 2020 14:18:17 +0200	[thread overview]
Message-ID: <20200616121821.99113-1-hare@suse.de> (raw)

Hi all,

the gdth driver has long seen no updates, and has a very peculiar
coding style.
Here's an attempt to (slowly) move it towards the linux coding style,
and fixup some oddities within the driver itself.

Adaptec has been defunct for several years now, so I doubt the maintainer
address is still working; so I'll leave it out for now.
Achim, if you are still around, do speak up :-)

As usual, comments and reviews are welcome.

Hannes Reinecke (4):
  gdth: reindent and whitespace cleanup
  gdth: do not use struct scsi_cmnd as argument for bus reset
  gdth: kill __gdth_execute()
  gdth: stop abusing ->request pointer for completion

 drivers/scsi/gdth.c       | 6520 ++++++++++++++++++++++-----------------------
 drivers/scsi/gdth.h       | 1377 +++++-----
 drivers/scsi/gdth_ioctl.h |  378 +--
 drivers/scsi/gdth_proc.c  | 1109 ++++----
 drivers/scsi/gdth_proc.h  |    8 +-
 5 files changed, 4695 insertions(+), 4697 deletions(-)

-- 
2.16.4


             reply	other threads:[~2020-06-16 12:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16 12:18 Hannes Reinecke [this message]
2020-06-16 12:18 ` [PATCH 1/4] gdth: reindent and whitespace cleanup Hannes Reinecke
2020-06-17  8:21   ` Daniel Wagner
2020-06-17  8:34     ` Hannes Reinecke
2020-06-17  8:48       ` Hannes Reinecke
2020-06-18  8:14         ` Daniel Wagner
2020-06-18  8:42           ` Hannes Reinecke
2020-06-18  8:47             ` Christoph Hellwig
2020-06-18  9:15               ` Hannes Reinecke
2020-06-16 12:18 ` [PATCH 2/4] gdth: do not use struct scsi_cmnd as argument for bus reset Hannes Reinecke
2020-06-18  7:59   ` Daniel Wagner
2020-06-16 12:18 ` [PATCH 3/4] gdth: kill __gdth_execute() Hannes Reinecke
2020-06-18  8:07   ` Daniel Wagner
2020-06-16 12:18 ` [PATCH 4/4] gdth: stop abusing ->request pointer for completion Hannes Reinecke
2020-06-18  8:09   ` Daniel Wagner

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=20200616121821.99113-1-hare@suse.de \
    --to=hare@suse.de \
    --cc=hch@lst.de \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /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.