Re: [PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Cyrill Gorcunov
[Paolo Ciarrocchi - Sat, Feb 23, 2008 at 06:07:01PM +0330] | > | -/** | > | +/* | > ^^^ | > | > Hi Paolo, it seems you just broke kdoc structure | | thank you for your comment, i didn't know that. | Won't happen in future patches. no problem ;) | Bart, can you fix that or do you want me to r

Re: [PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Paolo Ciarrocchi
> | -/** > | +/* > ^^^ > > Hi Paolo, it seems you just broke kdoc structure thank you for your comment, i didn't know that. Won't happen in future patches. Bart, can you fix that or do you want me to re-create the series? Ciao, -- Paolo http://paolo.ciarrocchi.googlepages.com/ -- To unsubscri

Re: [PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Cyrill Gorcunov
[Paolo Ciarrocchi - Sat, Feb 23, 2008 at 03:05:47PM +0100] | File is now error free. | Compile tested. | | | Signed-off-by: Paolo Ciarrocchi <[EMAIL PROTECTED]> | --- | drivers/ide/pci/generic.c | 50 ++-- | 1 files changed, 25 insertions(+), 25 deletion

Re: [PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Adrian Bunk
On Sat, Feb 23, 2008 at 03:05:47PM +0100, Paolo Ciarrocchi wrote: > File is now error free. > Compile tested. > > > Signed-off-by: Paolo Ciarrocchi <[EMAIL PROTECTED]> > --- > drivers/ide/pci/generic.c | 50 ++-- > 1 files changed, 25 insertions(+), 25 d

[PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <[EMAIL PROTECTED]> --- drivers/ide/pci/generic.c | 50 ++-- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/ide/pci/generic.c b/drivers/ide/pci/generic.c in