annotations: add missing CONFIG_ prefix in main()
authorMasahiro Yamada <masahiro.yamada@canonical.com>
Tue, 6 Dec 2022 00:43:50 +0000 (09:43 +0900)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 30 Jan 2023 08:12:28 +0000 (09:12 +0100)
commit58a85e82abd3609a76a5444eaf67cd92a8aabfd1
treef6d8e8c0fa651d84ec9c832405014eb91856a9ea
parent88e27ba6ae7c3add8f6b08009b21e9562774ee6a
annotations: add missing CONFIG_ prefix in main()

This is common for do_query(), do_note(), do_write() (and whatever
command might be added in the future).

Move it to main().

Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
annotations