Whamcloud - gitweb
- typo fixed
authoralex <alex>
Tue, 20 Sep 2005 23:01:21 +0000 (23:01 +0000)
committeralex <alex>
Tue, 20 Sep 2005 23:01:21 +0000 (23:01 +0000)
lustre/obdclass/capa.c

index 5248cc2..d235d01 100644 (file)
@@ -342,7 +342,7 @@ struct obd_capa *capa_renew(struct lustre_capa *capa, int type)
 
 void capa_hmac(struct crypto_tfm *_tfm, __u8 *key, struct lustre_capa *capa)
 {
-        struct crypto_tfm *_tfm;
+        struct crypto_tfm *tfm;
         int keylen = CAPA_KEY_LEN;
         struct scatterlist sl = {
                 .page   = virt_to_page(capa),