On 10/8/19 6:01 PM, Jan Kiszka wrote: > On 08.10.19 17:56, Ralf Ramsauer wrote: >>>> @@ -950,8 +947,8 @@ class IOMemRegionTree: >>>> continue >>>> >>>> # if the tree continues recurse further down ... >>>> - if (len(tree.children) > 0): >>>> - (temp_regions, temp_dmar_regions) = \ >>>> + if len(tree.children) > 0: >>>> + temp_regions, temp_dmar_regions = \ >> >> Will re-add brackets here, and in all other patches. >> > > Why that? Erm, because you commented "Style" for those cases in all other patches? I'm referring to the second line of the hunk, not the 'if'-line. Ralf -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/144f50bb-ccfa-403a-333c-da36fe55effb%40oth-regensburg.de.
- [PATCH v3 06/14] pyjailhouse: sysfs_parser: introduce new cl... Andrej Utz
- [PATCH v3 05/14] pyjailhouse: sysfs_parser: simplify stateme... Andrej Utz
- [PATCH v3 04/14] pyjailhouse: sysfs_parser: minor stylistic ... Andrej Utz
- Re: [PATCH v3 04/14] pyjailhouse: sysfs_parser: minor s... Jan Kiszka
- Re: [PATCH v3 04/14] pyjailhouse: sysfs_parser: min... Ralf Ramsauer
- Re: [PATCH v3 04/14] pyjailhouse: sysfs_parser:... Jan Kiszka
- Re: [PATCH v3 04/14] pyjailhouse: sysfs_par... Ralf Ramsauer
- Re: [PATCH v3 04/14] pyjailhouse: sysf... Jan Kiszka
- [PATCH v3 07/14] pyjailhouse: sysfs_parser: move parse_iomem... Andrej Utz
- Re: [PATCH v3 00/14] pyjailhouse: x86: Implement config gene... Jan Kiszka
- Re: [PATCH v3 00/14] pyjailhouse: x86: Implement config... Andrej Utz
- Re: [PATCH v3 00/14] pyjailhouse: x86: Implement co... Jan Kiszka
- Re: [PATCH v3 00/14] pyjailhouse: x86: Implemen... Ralf Ramsauer
- Re: [PATCH v3 00/14] pyjailhouse: x86: Impl... Jan Kiszka
- Re: [PATCH v3 00/14] pyjailhouse: x86:... Ralf Ramsauer
- Re: [PATCH v3 00/14] pyjailhouse: ... Jan Kiszka
