From: "Oliver Pinter (Pintér Olivér)" <oliver.pntr@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [05/06] [typo fix] Documentation/scsi/ChangeLog.lpfc
Date: Sun, 30 Dec 2007 14:20:20 +0100 [thread overview]
Message-ID: <6101e8c40712300520n6f30efbbg2121ee6162bca1ab@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 19 bytes --]
--
Thanks,
Oliver
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 05.patch --]
[-- Type: text/x-diff; name=05.patch, Size: 6999 bytes --]
commit 135c0d1c711a4d423162d75a771d015f79b23cfd
Author: Oliver Pinter <oliver.pntr@gmail.com>
Commit: Oliver Pinter <oliver.pntr@gmail.com>
[typo fix] Documentation/scsi/ChangeLog.lpfc
typo fix in Documentation/scsi/ChangeLog.lpfc
foo-destory -> foo-destroy && whitespace cleanup
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
diff --git a/Documentation/scsi/ChangeLog.lpfc b/Documentation/scsi/ChangeLog.lpfc
index ae3f962..d538046 100644
--- a/Documentation/scsi/ChangeLog.lpfc
+++ b/Documentation/scsi/ChangeLog.lpfc
@@ -453,7 +453,7 @@ Changes from 20041207 to 20041213
returning. Fixes some panics in iocb completion code path.
Changes from 20041130 to 20041207
-
+
* Changed version number to 8.0.16
* Hung dt session fix. When the midlayer calls to abort a scsi
command, make sure the driver does not complete post-abort
@@ -481,7 +481,7 @@ Changes from 20041123 to 20041130
reservation conflicts, etc
Changes from 20041018 to 20041123
-
+
* Changed version number to 8.0.14
* Added new function "iterator" lpfc_sli_next_iocb_slot() which
returns pointer to iocb entry at cmdidx if queue is not full.
@@ -906,15 +906,15 @@ Changes from 20040810 to 20040823
Zephyr) support
Changes from 20040730 to 20040810
-
+
* Changed version number to 8.0.9
* Removed per HBA driver lock. Driver now uses the host->host_lock
* Restored support for the 2.6.5 kernel for those linux distributions
shipped with the 2.6.5 kernel.
* Applied patch from Christoph Hellwig (hch@infradead.org) as follows
- "[PATCH] use scsi host private data in ->proc_info.
+ "[PATCH] use scsi host private data in ->proc_info.
* Applied patch from Christoph Hellwig (hch@infradead.org) as follows
- "Re: [Emulex] Ready for next round. This patch cleans up the memory
+ "Re: [Emulex] Ready for next round. This patch cleans up the memory
allocation routines a little and fixes a missing mempool_destroy and
some missing error handling."
* Changed pointers assignments from 0 to NULL.
@@ -922,7 +922,7 @@ Changes from 20040730 to 20040810
entry points that caused kernel to Oops or hang.
* Added fixes to targetless hosts that caused modprobe and insmod to hang.
* Ongoing cleanup to many files
-
+
Changes from 20040723 to 20040730
* Changed version number to 8.0.8
@@ -1263,7 +1263,7 @@ Changes from 20040515 to 20040526
* Switch from using internal bus/id/lun to similar data from
scsi_device structure.
* Eliminate one-line function lpfc_find_target()
- * Added slave_alloc, slave_destory
+ * Added slave_alloc, slave_destroy
* lpfc_scsi_cmd_start can now acquire lun pointer from
scsi_device->hostdata, which is setup in slave_alloc.
* Eliminate unnecessary checking on every cmd just to see if we
@@ -1278,7 +1278,7 @@ Changes from 20040507 to 20040515
* Fixed crash on driver rmmod after error injection tests and
lpfc_tasklet deadlock.
* Modified lpfc.conf to remove limit on number of support hosts
- * Removed HBAAPI
+ * Removed HBAAPI
* Removed duplication of SCSI opcodes from lpfc_fcp.h that are
available in scsi/scsi.h
* Rework module_param usage
@@ -1493,7 +1493,7 @@ Changes from 20040402 to 20040409
* Move lpfc_stats and HBAEVT_t structures from lpfc_hba.h to
lpfc.h
* Remove lpfc_hba.h
- * Remove duplicate rc definitions from
+ * Remove duplicate rc definitions from
* Removed code which used next pointer to store mbox structure.
* Cleaned up list iterations.
* Removed non list manipulation of the next pointers.
@@ -1527,7 +1527,7 @@ Changes from 20040326 to 20040402
* Fix for load error in discovery
* Remove loop_cnt variable from lpfc_rcv_plogi_unused_node.
* Remove nle. reference.
- * Remove support for building 2.4 drivers
+ * Remove support for building 2.4 drivers
* Remove elx_util.h and replace elx_disc.h with lpfc_disc.h
* Implemented the Linux list macros in the discovery code.
Also moved elx_disc.h contents into lpfc_disc.h
@@ -1564,7 +1564,7 @@ Changes from 20040326 to 20040402
* Ifdef Scheduler specific routines
* Removed following ununsed ioclt's: ELX_READ_IOCB
ELX_READ_MEMSEG ELX_READ_BINFO ELX_READ_EINVAL ELX_READ_LHBA
- ELX_READ_LXHBA ELX_SET ELX_DBG LPFC_TRACE
+ ELX_READ_LXHBA ELX_SET ELX_DBG LPFC_TRACE
* Removed variable fc_dbg_flg
* Fixed a bug where HBA_Q_DEPTH was set incorrectly for
3-digit HBAs. Also changed can_queue so midlayer will only
@@ -1575,7 +1575,7 @@ Changes from 20040326 to 20040402
mbox, iocb, ndlp, bind
* Wrapped '#include <elx_sched.h>' in '#ifdef USE_SCHEDULER'.
* Fixed 'make clean' target.
- * Build now ignores elx_sched.o, and includes lpfc_sysfs.o.
+ * Build now ignores elx_sched.o, and includes lpfc_sysfs.o.
* Wrapped lpfndd.o target in BUILD_IPFC ifdef.
* Removed elx_os.h inclusion in implementation files.
* Removed ELX_OS_IO_t data structure and put data direction
@@ -1628,7 +1628,7 @@ Changes from 20040326 to 20040402
* Made changes to compile without IPFC support for the default
build. Added ifdef IPFC for all lpfc_ip.h includes.
* Patched elx_free_scsi_buf
- * Removed elx_sched.o from 2.6 dependencies
+ * Removed elx_sched.o from 2.6 dependencies
* Reworked lpfc_pcimap.
* Use Linux swap macros to replace ELX swapping macros
(SWAP_SHORT, SWAP_LONG, SWAP_DATA, SWAP_DATA16,
@@ -1640,11 +1640,11 @@ Changes from 20040326 to 20040402
defines from elx_hw.h and removed the spinlock_t locks that
are no longer used in elx.h
* elx_iodone() now uses system timer.
- * elx_qfull_retry() now uses system timer.
+ * elx_qfull_retry() now uses system timer.
* lpfc_put_buf(), lpfc_ip_xri_timeout() and
lpfc_ip_timeout_handler() now use system timer.
* lpfc_fdmi_tmo() and lpfc_qthrottle_up() now use system
- timer.
+ timer.
* Removed num_bufs and num_iocbs configuration parameters.
* Fixed a memory corruption bug. This was caused by a memory
write to ndlp structure from lpfc_cmpl_els_acc function.
@@ -1678,7 +1678,7 @@ Changes from 20040326 to 20040402
* Remove some unnecessary #includes in lpfcLINUXfcp.c
* Remove unncessary #includes in elxLINUXfcp.c
* Minor formatting cleanups in Makefile to avoid some
- linewrapping.
+ linewrapping.
* Removed unused elx_mem_pool data structure.
* Remove several unnecessary #includes.
* Moving fix for memory leak in ioctl lip area to sysfs's lip.
@@ -1694,7 +1694,7 @@ Changes from 20040326 to 20040402
* Add PCI_DEVICE_ID_FIREFLY for LP6000
* Fixed known issues in 20040326: driver crashes on rmmod in
both 2.4 and 2.6 kernels
-
+
Changes from 20040319 to 20040326
@@ -1796,7 +1796,7 @@ Changes from 20040319 to 20040326
* Removed usage of all memory pools.
Changes from 20040312 to 20040319
-
+
* Use dev_warn instead of printk for 2.6 kernels
* Correct Iocbq completion routine for 2.6 kernel case
* Change void *pOSCmd to Scsi_Smnd *pCmd
next reply other threads:[~2007-12-30 13:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-30 13:20 Oliver Pinter (Pintér Olivér) [this message]
2007-12-31 3:13 ` Randy Dunlap
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=6101e8c40712300520n6f30efbbg2121ee6162bca1ab@mail.gmail.com \
--to=oliver.pntr@gmail.com \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®