aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-26 18:28:42 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-26 18:28:42 -0800
commit3e704faf505f2a676ee5cb372524fc44d6e773ac (patch)
tree01ab558a81efb4f4c739b22af4f295ee67f86717 /Documentation
parente30561d985d4d8480b975996c72f3b3fff1d49ec (diff)
parenta79687350bef7175193b879cce066554ea79184a (diff)
downloadhistory-3e704faf505f2a676ee5cb372524fc44d6e773ac.tar.gz
Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/scsi/ChangeLog.1992-1997 (renamed from Documentation/scsi/ChangeLog)0
-rw-r--r--Documentation/scsi/scsi_mid_low_api.txt4
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/scsi/ChangeLog b/Documentation/scsi/ChangeLog.1992-1997
index dc88ee2ab73d25..dc88ee2ab73d25 100644
--- a/Documentation/scsi/ChangeLog
+++ b/Documentation/scsi/ChangeLog.1992-1997
diff --git a/Documentation/scsi/scsi_mid_low_api.txt b/Documentation/scsi/scsi_mid_low_api.txt
index e764129e7df7cb..1f24129a309907 100644
--- a/Documentation/scsi/scsi_mid_low_api.txt
+++ b/Documentation/scsi/scsi_mid_low_api.txt
@@ -363,8 +363,8 @@ and Adaptec have their own coding conventions.
Mid level supplied functions
============================
These functions are supplied by the SCSI mid level for use by LLDs.
-The names (i.e. entry points) of these functions are exported (mainly in
-scsi_syms.c) so an LLD that is a module can access them. The kernel will
+The names (i.e. entry points) of these functions are exported
+so an LLD that is a module can access them. The kernel will
arrange for the SCSI mid level to be loaded and initialized before any LLD
is initialized. The functions below are listed alphabetically and their
names all start with "scsi_".