diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-08-08 03:52:09 +0200 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2022-08-10 23:53:56 +0000 |
commit | 1392a08c5098c2a9d15b796312e2d4e055e1ed07 (patch) | |
tree | d9a6b9041566a4d319bb67737bbd82e7d1e28bf4 | |
parent | e18a528c6b399d4a330e77657ba64a72b09fcf23 (diff) | |
download | flashrom-1392a08c5098c2a9d15b796312e2d4e055e1ed07.tar.gz flashrom-1392a08c5098c2a9d15b796312e2d4e055e1ed07.tar.bz2 flashrom-1392a08c5098c2a9d15b796312e2d4e055e1ed07.zip |
tests/realtek_mst_i2c_spi.c: Fix macro closing comment
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: I7b130c58305f4a8b2afbfdb7dcead9d6535d98af
Reviewed-on: https://review.coreboot.org/c/flashrom/+/66509
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
-rw-r--r-- | tests/realtek_mst_i2c_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/realtek_mst_i2c_spi.c b/tests/realtek_mst_i2c_spi.c index 50512abb..0526124d 100644 --- a/tests/realtek_mst_i2c_spi.c +++ b/tests/realtek_mst_i2c_spi.c @@ -76,4 +76,4 @@ void realtek_mst_no_allow_brick_test_success(void **state) #else SKIP_TEST(realtek_mst_basic_lifecycle_test_success) SKIP_TEST(realtek_mst_no_allow_brick_test_success) -#endif /* CONFIG_REALTEK_I2C_SPI */ +#endif /* CONFIG_REALTEK_MST_I2C_SPI */ |