2008-02-24 21:09:51

by Paolo Ciarrocchi

[permalink] [raw]
Subject: [PATCH 0/3] Various IDE coding style fixes

Hi Bart,
three more patches, all are compile tested and against yesterday linux-next

"IDE: Replace __FUNCTION__ with __func__" depends
on "IDE: Coding Style fixes to drivers/ide/ide-cd.c"


Paolo Ciarrocchi (3):
IDE: Coding Style fixes to drivers/ide/ide-cd.c
IDE: Replace __FUNCTION__ with __func__
IDE: Coding Style fixes to drivers/ide/pci/cy82c693.c

drivers/ide/ide-cd.c | 259 +++++++++++++++++++++++---------------------
drivers/ide/pci/cy82c693.c | 74 +++++++-------
2 files changed, 171 insertions(+), 162 deletions(-)

Ciao,
Paolo


Subject: Re: [PATCH 0/3] Various IDE coding style fixes

On Sunday 24 February 2008, Paolo Ciarrocchi wrote:
> Hi Bart,
> three more patches, all are compile tested and against yesterday linux-next
>
> "IDE: Replace __FUNCTION__ with __func__" depends
> on "IDE: Coding Style fixes to drivers/ide/ide-cd.c"
>
>
> Paolo Ciarrocchi (3):
> IDE: Coding Style fixes to drivers/ide/ide-cd.c
> IDE: Replace __FUNCTION__ with __func__
> IDE: Coding Style fixes to drivers/ide/pci/cy82c693.c
>
> drivers/ide/ide-cd.c | 259 +++++++++++++++++++++++---------------------
> drivers/ide/pci/cy82c693.c | 74 +++++++-------
> 2 files changed, 171 insertions(+), 162 deletions(-)

all patches applied (+md5sum checked)