Message ID | 20150623171853.15642.88750.stgit@tstruk-mobl1 (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Herbert Xu |
Headers | show |
On Tue, Jun 23, 2015 at 10:18:53AM -0700, Tadeusz Struk wrote:
> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Applied.
diff --git a/crypto/akcipher.c b/crypto/akcipher.c index d798641..528ae6a 100644 --- a/crypto/akcipher.c +++ b/crypto/akcipher.c @@ -114,4 +114,4 @@ void crypto_unregister_akcipher(struct akcipher_alg *alg) EXPORT_SYMBOL_GPL(crypto_unregister_akcipher); MODULE_LICENSE("GPL"); -MODULE_DESCRIPTION("Generic public key cihper type"); +MODULE_DESCRIPTION("Generic public key cipher type");
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> --- crypto/akcipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html