From 885eca86950992cdc34ef6067999fdc5b1467265 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 24 Jul 2018 23:33:57 +0300 Subject: [PATCH] Add the comment describing OR use case --- kconfig-hardened-check.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index d8f8447..f66f61a 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -59,6 +59,9 @@ class OR: self.opts = opts self.result = None + # self.opts[0] is the option which this OR-check is about. + # Use case: OR(, ) + @property def name(self): return self.opts[0].name -- 2.31.1