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
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
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
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
4 matches
Mail list logo