Commit cd3112eb authored by Jakub Kicinski's avatar Jakub Kicinski

tools: ynl-gen: add missing empty line between policies

We're missing empty line between policies.
DPLL will need this.
Tested-by: default avatarVadim Fedorenko <vadim.fedorenko@linux.dev>
Link: https://lore.kernel.org/r/20230808200907.1290647-1-kuba@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a7672871
......@@ -1871,6 +1871,7 @@ def print_req_policy(cw, struct, ri=None):
for _, arg in struct.member_list():
arg.attr_policy(cw)
cw.p("};")
cw.nl()
def kernel_can_gen_family_struct(family):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment