From: Herbert Xu Date: Thu, 3 Jul 2008 11:14:02 +0000 (+0800) Subject: crypto: talitos - Use proper form for algorithm driver names X-Git-Tag: v2.6.27-rc1~1107^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebbcf3369224ae7d23bfee06d8c5ea87a9541db5;p=pandora-kernel.git crypto: talitos - Use proper form for algorithm driver names The name authenc(hmac(sha1-talitos),cbc(aes-talitos)) is potentially ambiguous since it could also mean using the generic authenc template on hmac(sha1-talitos) and cbc(aes-talitos). In general, parentheses should be reserved for templates that spawn algorithms. This patches changes it to the form authenc-hmac-sha1-cbc-aes-talitos. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed