Re: [PATCH] selftests: add missing ')' in lib.mk

From: Shuah Khan
Date: Fri Feb 03 2023 - 11:14:33 EST


On 2/3/23 08:40, Guillaume Tucker wrote:
On 09/08/2022 18:36, Nathan Chancellor wrote:
On Tue, Aug 09, 2022 at 03:20:46PM +0200, Guillaume Tucker wrote:
Add missing closing ')' in lib.mk in a call to $error(). This only
affects LLVM / Clang builds.

Fixes: 795285ef2425 ("selftests: Fix clang cross compilation")
Signed-off-by: Guillaume Tucker <guillaume.tucker@xxxxxxxxxxxxx>

Reviewed-by: Nathan Chancellor <nathan@xxxxxxxxxx>

Ha, I see Mark just came up with the same fix many months later :)
Shame this wasn't applied back then, for some reason...


It might have gotten lost in my Inbox (looking at the dates - must have
been while I was away on vacation). Sorry about that.

It is fixed now.

thanks,
-- Shuah