All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] gdth: bring driver into this century
@ 2020-06-16 12:18 Hannes Reinecke
  2020-06-16 12:18 ` [PATCH 1/4] gdth: reindent and whitespace cleanup Hannes Reinecke
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Hannes Reinecke @ 2020-06-16 12:18 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Christoph Hellwig, James Bottomley, linux-scsi, Hannes Reinecke

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


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

end of thread, other threads:[~2020-06-18  9:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 12:18 [PATCH 0/4] gdth: bring driver into this century Hannes Reinecke
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

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.