OpenVZ Forum


Home » Mailing lists » Devel » [PATCH -mm 2/4] hifn_795x: fixup container_of() usage
[PATCH -mm 2/4] hifn_795x: fixup container_of() usage [message #25721] Tue, 08 January 2008 08:44 Go to previous message
Alexey Dobriyan is currently offline  Alexey Dobriyan
Messages: 195
Registered: August 2006
Senior Member
[PATCH -mm 2/4] hifn_795x: fixup container_of() usage

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
---

 drivers/crypto/hifn_795x.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/crypto/hifn_795x.c
+++ b/drivers/crypto/hifn_795x.c
@@ -664,7 +664,7 @@ struct hifn_context
 	atomic_t		sg_num;
 };
 
-#define crypto_alg_to_hifn(alg)	container_of(alg, struct hifn_crypto_alg, alg)
+#define crypto_alg_to_hifn(a)	container_of(a, struct hifn_crypto_alg, alg)
 
 static inline u32 hifn_read_0(struct hifn_device *dev, u32 reg)
 {
 
Read Message
Read Message
Read Message
Previous Topic: util-linux-ng: unprivileged mounts support
Next Topic: [PATCH net-2.6.25 0/6] Use ctl paths in the networking code.
Goto Forum:
  


Current Time: Tue Jul 15 04:26:48 GMT 2025

Total time taken to generate the page: 0.02486 seconds