Re: [PATCH 4/4] remove goto statement

2008-02-18 Thread Li Zefan
Glauber Costa wrote: > Li Zefan wrote: >> Glauber Costa 写道: >>> This patch removes goto statements in favour of plain returns >>> in places that had nothing left behind that would justify >>> such construction >>> --- >>> drivers/acpi/processor_core.c |4 ++-- >>> 1 files changed, 2 insertions

Re: [PATCH 4/4] remove goto statement

2008-02-18 Thread Glauber Costa
Li Zefan wrote: > Glauber Costa 写道: >> This patch removes goto statements in favour of plain returns >> in places that had nothing left behind that would justify >> such construction >> --- >> drivers/acpi/processor_core.c |4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff

Re: [PATCH 4/4] remove goto statement

2008-02-18 Thread Li Zefan
Glauber Costa 写道: > This patch removes goto statements in favour of plain returns > in places that had nothing left behind that would justify > such construction > --- > drivers/acpi/processor_core.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/acpi/pro

[PATCH 4/4] remove goto statement

2008-02-18 Thread Glauber Costa
This patch removes goto statements in favour of plain returns in places that had nothing left behind that would justify such construction --- drivers/acpi/processor_core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/proce