Re: [PATCH] crypto: RSA algorithm patch (kernel version 2.6.21-rc5-git6)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Friday, March 30, 2007 - 9:26 am

On Fri, 30 Mar 2007 16:26:36 +0300 Tasos Parisinos wrote:

Hi,

Just a few whitespace nits that you can fix with any other
comments that you get...


                                  -1 : 1;


                                                         0 :


space after "if"



and then there's the introduction of a new typedef in a world
where we srongly try to limit new typedefs...

+typedef struct rsa_op {
+	u32 *data;
+	int sign;
+	int size;
+	int limbs;
+} rsa_op;

---
~Randy
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] crypto: RSA algorithm patch (kernel version 2. ..., Randy Dunlap, (Fri Mar 30, 9:26 am)