From: Alexander Popov Date: Mon, 11 Mar 2019 15:08:59 +0000 (+0300) Subject: Add missing OR use case X-Git-Tag: v0.5.2~44 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=dfa4ccc71efd78f1962d695fc88982cbe24021fb;p=kconfig-hardened-check.git Add missing OR use case --- 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):