Re: [PATCH 3/4] staging: unisys: style: Replace typedefs with structs in visorchipset_main.c

2015-02-17 Thread Dan Carpenter
On Tue, Feb 17, 2015 at 10:41:44PM +0100, Frederico Cadete wrote: I guess you mean correcting the ALLCAPS in the struct name? If so, I'll also do it for the other struct in the patch. See attached patch. Anything else? No. That looks fine. Send it as a normal v2 patch which can be applied

Re: [PATCH 3/4] staging: unisys: style: Replace typedefs with structs in visorchipset_main.c

2015-02-17 Thread Frederico Cadete
: [PATCH 3/4] staging: unisys: style: Replace typedefs with structs in visorchipset_main.c Signed-off-by: Frederico Cadete freder...@cadete.eu --- .../unisys/visorchipset/visorchipset_main.c| 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers

Re: [PATCH 3/4] staging: unisys: style: Replace typedefs with structs in visorchipset_main.c

2015-02-16 Thread Dan Carpenter
On Mon, Feb 16, 2015 at 01:39:46AM +0100, Frederico Cadete wrote: Signed-off-by: Frederico Cadete freder...@cadete.eu --- .../staging/unisys/visorchipset/visorchipset_main.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[PATCH 3/4] staging: unisys: style: Replace typedefs with structs in visorchipset_main.c

2015-02-15 Thread Frederico Cadete
Signed-off-by: Frederico Cadete freder...@cadete.eu --- .../staging/unisys/visorchipset/visorchipset_main.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c