aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/s390/crypto/crypto-API.txt
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2006-12-04 15:40:23 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2006-12-04 15:40:23 +0100
commit2254f5a7779452395e37ea2f7d6e1a550d34e678 (patch)
tree21ae898f9ef043dc240f2a4d1ba52da9a5ae51ad /Documentation/s390/crypto/crypto-API.txt
parent[S390] extmem unbalanced spin_lock. (diff)
downloadlinux-dev-2254f5a7779452395e37ea2f7d6e1a550d34e678.tar.xz
linux-dev-2254f5a7779452395e37ea2f7d6e1a550d34e678.zip
[S390] Some documentation typos.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'Documentation/s390/crypto/crypto-API.txt')
-rw-r--r--Documentation/s390/crypto/crypto-API.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/s390/crypto/crypto-API.txt b/Documentation/s390/crypto/crypto-API.txt
index 41a8b07da05a..71ae6ca9f2c2 100644
--- a/Documentation/s390/crypto/crypto-API.txt
+++ b/Documentation/s390/crypto/crypto-API.txt
@@ -17,8 +17,8 @@ arch/s390/crypto directory.
2. Probing for availability of MSA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It should be possible to use Kernels with the z990 crypto implementations both
-on machines with MSA available an on those without MSA (pre z990 or z990
-without MSA). Therefore a simple probing mechanisms has been implemented:
+on machines with MSA available and on those without MSA (pre z990 or z990
+without MSA). Therefore a simple probing mechanism has been implemented:
In the init function of each crypto module the availability of MSA and of the
respective crypto algorithm in particular will be tested. If the algorithm is
available the module will load and register its algorithm with the crypto API.
@@ -26,7 +26,7 @@ available the module will load and register its algorithm with the crypto API.
If the respective crypto algorithm is not available, the init function will
return -ENOSYS. In that case a fallback to the standard software implementation
of the crypto algorithm must be taken ( -> the standard crypto modules are
-also build when compiling the kernel).
+also built when compiling the kernel).
3. Ensuring z990 crypto module preference