diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-08-17 10:57:56 +0400 | 
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-08-17 11:01:08 +0400 | 
| commit | a22ddff8bedfe33eeb1330bbb7ef1fbe007a42c4 (patch) | |
| tree | 61a2eb7fa62f5af10c2b913ca429e6b068b0eb2d /drivers/s390/crypto/zcrypt_api.c | |
| parent | 20d5a540e55a29daeef12706f9ee73baf5641c16 (diff) | |
| parent | d9875690d9b89a866022ff49e3fcea892345ad92 (diff) | |
| download | linux-a22ddff8bedfe33eeb1330bbb7ef1fbe007a42c4.tar.xz | |
Merge tag 'v3.6-rc2' into drm-intel-next
Backmerge Linux 3.6-rc2 to resolve a few funny conflicts before we put
even more madness on top:
- drivers/gpu/drm/i915/i915_irq.c: Just a spurious WARN removed in
  -fixes, that has been changed in a variable-rename in -next, too.
- drivers/gpu/drm/i915/intel_ringbuffer.c: -next remove scratch_addr
  (since all their users have been extracted in another fucntion),
  -fixes added another user for a hw workaroudn.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/s390/crypto/zcrypt_api.c')
| -rw-r--r-- | drivers/s390/crypto/zcrypt_api.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/s390/crypto/zcrypt_api.c b/drivers/s390/crypto/zcrypt_api.c index 88523208d47d..2f94132246a1 100644 --- a/drivers/s390/crypto/zcrypt_api.c +++ b/drivers/s390/crypto/zcrypt_api.c @@ -1,9 +1,7 @@  /* - *  linux/drivers/s390/crypto/zcrypt_api.c - *   *  zcrypt 2.1.0   * - *  Copyright (C)  2001, 2006 IBM Corporation + *  Copyright IBM Corp. 2001, 2006   *  Author(s): Robert Burroughs   *	       Eric Rossman (edrossma@us.ibm.com)   *	       Cornelia Huck <cornelia.huck@de.ibm.com> @@ -47,7 +45,7 @@   */  MODULE_AUTHOR("IBM Corporation");  MODULE_DESCRIPTION("Cryptographic Coprocessor interface, " -		   "Copyright 2001, 2006 IBM Corporation"); +		   "Copyright IBM Corp. 2001, 2006");  MODULE_LICENSE("GPL");  static DEFINE_SPINLOCK(zcrypt_device_lock);  | 
