From: Jan Kiszka <jan.kis...@siemens.com>

Makes it easier readable. No functional changes.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 pyjailhouse/sysfs_parser.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyjailhouse/sysfs_parser.py b/pyjailhouse/sysfs_parser.py
index 8debf460..a2ce11a8 100644
--- a/pyjailhouse/sysfs_parser.py
+++ b/pyjailhouse/sysfs_parser.py
@@ -139,9 +139,9 @@ def parse_iomem_tree(tree):
         r = tree.region
         s = r.typestr
 
-        # System RAM on the first level will be added completely,
-        # if they don't contain the kernel itself, if they do,
-        # we split them
+        # System RAM on the first level will be added completely
+        # if it doesn't contain the kernel itself. If it does,
+        # we split it.
         if tree.level == 1 and s == 'System RAM':
             regions.extend(regions_split_by_kernel(tree))
             continue
-- 
2.26.2

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/e268d2fcf4d0c391ee961703b3f4478c4ebca863.1599473999.git.jan.kiszka%40siemens.com.

Reply via email to