linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] drivers/scsi/FlashPoint.c cleanups
@ 2006-02-06 20:52 Alexey Dobriyan
  0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2006-02-06 20:52 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-scsi

The following patches will be sent to Andrew off-list due to sizes of some of
them. They can be found at http://coderock.org/kj/flashpoint/

	001-flashpoint-remove-unused-things.patch
	002-flashpoint-remove-trivial-wrappers.patch
	003-flashpoint-remove-uchar.patch
	004-flashpoint-remove-ushort.patch
	005-flashpoint-remove-uint.patch
	006-flashpoint-remove-ulong.patch
	007-flashpoint-remove-ushort-ptr.patch
	008-flashpoint-use-standard-fixed-size-types.patch
	009-flashpoint-untypedef-struct-sccb.patch
	010-flashpoint-untypedef-struct-sccbmgr-info.patch
	011-flashpoint-untypedef-struct-sccbmgr-tar-info.patch
	012-flashpoint-untypedef-struct-nvraminfo.patch
	013-flashpoint-untypedef-struct-sccbcard.patch
	014-flashpoint-lindent.patch
	015-flashpoint-dont-use-parenthesis-with-return.patch

They were sitting in -kj quite long, reviewed by at least Randy Dunlap and
Domen Puncer, compile-tested with CONFIG_SCSI_OMIT_FLASHPOINT=y and =n.
------------------------------------------------------------------------
[PATCH 01/15] drivers/scsi/FlashPoint.c: remove unused things

* Remove unused #define's
* Remove unused typedefs.
* Remove prototypes for non-existing functions.

[PATCH 02/15] drivers/scsi/FlashPoint.c: remove trivial wrappers

[PATCH 03/15] drivers/scsi/FlashPoint.c: remove UCHAR

[PATCH 04/15] drivers/scsi/FlashPoint.c: remove USHORT

[PATCH 05/15] drivers/scsi/FlashPoint.c: remove UINT

[PATCH 06/15] drivers/scsi/FlashPoint.c: remove ULONG

[PATCH 07/15] drivers/scsi/FlashPoint.c: remove ushort_ptr

[PATCH 08/15] drivers/scsi/FlashPoint.c: use standard fixed size types

[PATCH 09/15] drivers/scsi/FlashPoint.c: untypedef struct _SCCB

* struct _SCCB => struct sccb
* PSCCB => struct sccb *
* SCCB => struct sccb

[PATCH 10/15] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_info

* struct SCCBMgr_info => struct sccb_mgr_info
* PSCCBMGR_INFO => struct sccb_mgr_info *
* SCCBMGR_INFO => struct sccb_mgr_info

[PATCH 11/15] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_tar_info

* struct SCCBMgr_tar_info => struct sccb_mgr_tar_info
* PSCCBMgr_tar_info => struct sccb_mgr_tar_info *
* SCCBMGR_TAR_INFO => struct sccb_mgr_tar_info

[PATCH 12/15] drivers/scsi/FlashPoint.c: untypedef struct NVRAMInfo

* struct NVRAMInfo => struct nvram_info
* PNVRamInfo => struct nvram_info *
* NVRAMINFO => struct nvram_info

[PATCH 13/15] drivers/scsi/FlashPoint.c: untypedef struct SCCBcard

* struct SCCBcard => struct sccb_card
* PSCCBcard => struct sccb_card *
* SCCBCARD => struct sccb_card

[PATCH 14/15] drivers/scsi/FlashPoint.c: Lindent

It's much, much more readable now.

[PATCH 15/15] drivers/scsi/FlashPoint.c: don't use parenthesis with "return"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-06 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-06 20:52 [PATCH 00/15] drivers/scsi/FlashPoint.c cleanups Alexey Dobriyan

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).