ACK: [PATCH] smccc_test: fix missing ) in pr_info call
Alex Hung
alex.hung at canonical.com
Wed Sep 22 19:07:32 UTC 2021
On 2021-09-22 4:04 a.m., Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Missing ) will cause a build failure, fix this.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> smccc_test/smccc_test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/smccc_test/smccc_test.c b/smccc_test/smccc_test.c
> index 553399eb..eb0826d6 100644
> --- a/smccc_test/smccc_test.c
> +++ b/smccc_test/smccc_test.c
> @@ -229,7 +229,7 @@ static void __exit smccc_test_exit(void)
>
> static int __init smccc_test_init(void)
> {
> - pr_info(MODULE_NAME ": ARM SMCCC not supported on this kernel and architecture\n",
> + pr_info(MODULE_NAME ": ARM SMCCC not supported on this kernel and architecture\n");
>
> return -ENODEV;
> }
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list