All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  0/33][SCSI] Arrange for removal of 'scsi_typedefs.h'
@ 2008-01-06  3:02 ` Richard Knutsson
  0 siblings, 0 replies; 74+ messages in thread
From: Richard Knutsson @ 2008-01-06  3:02 UTC (permalink / raw)
  To: James.Bottomley; +Cc: kernel-janitors, trivial, linux-scsi, Richard Knutsson

Hi all

drivers/scsi/scsi_typedefs.h is about ready to be removed, only the
'struct scsi_cmnd' typedef Scsi_Cmnd is left.
This set converts all the Scsi_Cmnd's, except in:
Changelogs
Documentation/scsi/scsi_mid_low_api.txt

So if all these gets merged, in one form or the other, we can:
un'include scsi_typedefs.h from drivers/scsi/scsi.h
fix the text in Documentation/scsi/scsi_mid_low_api.txt
(finally) remove the file in question


Left the "over 80 characters wide"-warnings alone, until requested otherwise.

Am not subscribed on linux-scsi@vger.kernel.org, so if replying, please Cc: me.

Yours,
Richard Knutsson

PS
If someone know of a tool to chain-mail patches and still be able to customize
the mail-addresses between them, please let me know.

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

end of thread, other threads:[~2008-01-06 21:19 UTC | newest]

Thread overview: 74+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-06  3:02 [PATCH 0/33][SCSI] Arrange for removal of 'scsi_typedefs.h' Richard Knutsson
2008-01-06  3:02 ` Richard Knutsson
2008-01-06  3:02 ` [PATCH 1/33][SCSI] 3w-xxxx: Convert 'Scsi_Cmnd' to 'struct scsi_cmnd' Richard Knutsson
2008-01-06  3:02   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 2/33][SCSI] advansys: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 3/33][SCSI] aha152x: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 4/33][SCSI] aha1542: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 5/33][SCSI] aha1740: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 6/33][SCSI] atari_NCR5380: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 7/33][SCSI] atari_scsi: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 8/33][SCSI] blz1230: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 9/33][SCSI] blz2060: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 10/33][SCSI] cyberstorm: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 11/33][SCSI] cyberstormII: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 12/33][SCSI] dtc: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:03 ` [PATCH 13/33][SCSI] fastlane: " Richard Knutsson
2008-01-06  3:03   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 14/33][SCSI] fd_mcs: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 15/33][SCSI] gdth: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 16/33][SCSI] gdth_proc: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 17/33][SCSI] g_NCR5380: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 18/33][SCSI] ibmmca: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 19/33][SCSI] ibmvscsi: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 20/33][SCSI] in2000: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 21/33][SCSI] mac_esp: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 22/33][SCSI] mca_53c9x: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 23/33][SCSI] megaraid: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 24/33][SCSI] NCR5380: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:04 ` [PATCH 25/33][SCSI] NCR53c406a: " Richard Knutsson
2008-01-06  3:04   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 26/33][SCSI] NCR53C9x: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 27/33][SCSI] nsp32_debug: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 28/33][SCSI] oktagon_esp: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 29/33][SCSI] pas16: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 30/33][SCSI] sun3x_esp: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 31/33][SCSI] sym53c416: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 32/33][SCSI] wd7000: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 33a/33] include/scsi/scsi_tcq.h: " Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06  3:05 ` [PATCH 33b/33] include/scsi/scsi_tcq.h: Correct the parameter-name Richard Knutsson
2008-01-06  3:05   ` Richard Knutsson
2008-01-06 19:51 ` [PATCH 0/33][SCSI] Arrange for removal of 'scsi_typedefs.h' James Bottomley
2008-01-06 19:51   ` James Bottomley
2008-01-06 21:18   ` Richard Knutsson
2008-01-06 21:18     ` Richard Knutsson

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.