ACK: [PATCH 17/27] acpi: method: make function method_test_CRS_return static
Alex Hung
alex.hung at canonical.com
Wed Aug 15 18:11:04 UTC 2018
On 2018-08-15 06:11 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Function method_test_CRS_return is local to the source and does not
> need to be in the global namespace so make it static
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/acpi/method/method.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index 79328306..c42ec02d 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -820,7 +820,7 @@ static int method_test_UID(fwts_framework *fw)
> "_UID", NULL, 0, fwts_method_test_UID_return, NULL);
> }
>
> -void method_test_CRS_return(
> +static void method_test_CRS_return(
> fwts_framework *fw,
> char *name,
> ACPI_BUFFER *buf,
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list