Commit 7b4434a8 authored by Alessandro Marcolini's avatar Alessandro Marcolini Committed by Jakub Kicinski

tools: ynl: correct typo and docstring

Correct typo in SpecAttr docstring. Changed SpecSubMessageFormat
docstring.
Signed-off-by: default avatarAlessandro Marcolini <alessandromarcolini99@gmail.com>
Reviewed-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Reviewed-by: default avatarJakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/6ab1dea7fb1f635c0d8b237f03a49eaa448c2bf4.1706962013.git.alessandromarcolini99@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6cc9c6fb
...@@ -144,7 +144,7 @@ class SpecEnumSet(SpecElement): ...@@ -144,7 +144,7 @@ class SpecEnumSet(SpecElement):
class SpecAttr(SpecElement): class SpecAttr(SpecElement):
""" Single Netlink atttribute type """ Single Netlink attribute type
Represents a single attribute type within an attr space. Represents a single attribute type within an attr space.
...@@ -308,10 +308,9 @@ class SpecSubMessage(SpecElement): ...@@ -308,10 +308,9 @@ class SpecSubMessage(SpecElement):
class SpecSubMessageFormat(SpecElement): class SpecSubMessageFormat(SpecElement):
""" Netlink sub-message definition """ Netlink sub-message format definition
Represents a set of sub-message formats for polymorphic nlattrs Represents a single format for a sub-message.
that contain type-specific sub messages.
Attributes: Attributes:
value attribute value to match against type selector value attribute value to match against type selector
......
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