ACK: [PATCH 17/27] acpi: method: make function method_test_CRS_return static
ivanhu
ivan.hu at canonical.com
Thu Aug 16 09:17:35 UTC 2018
On 08/15/2018 09:11 PM, 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: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180816/7c68d16d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180816/7c68d16d/attachment.sig>
More information about the fwts-devel
mailing list