From dfa4ccc71efd78f1962d695fc88982cbe24021fb Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 11 Mar 2019 18:08:59 +0300 Subject: [PATCH] Add missing OR use case --- kconfig-hardened-check.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index d9ffba6..83d1c0d 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -74,7 +74,9 @@ class OR: self.result = None # self.opts[0] is the option which this OR-check is about. - # Use case: OR(, ) + # Use case: + # OR(, ) + # OR(, ) @property def name(self): -- 2.31.1