From 915fe2913c696f15aa86344cfdff030269d0c5fe Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 20 Sep 2005 23:01:21 +0000 Subject: [PATCH] - typo fixed --- lustre/obdclass/capa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/capa.c b/lustre/obdclass/capa.c index 5248cc2..d235d01 100644 --- a/lustre/obdclass/capa.c +++ b/lustre/obdclass/capa.c @@ -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), -- 1.8.3.1