commit | 6b4b0754ef8a3fb3c5f772cf6c70bd33936b6431 | [log] [tgz] |
---|---|---|
author | Donald Hunter <donald.hunter@gmail.com> | Fri Dec 15 09:37:14 2023 +0000 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Dec 18 14:39:44 2023 -0800 |
tree | a65bc8208f2a3a3a1eaf4121b4cf0e31b64871da | |
parent | 077b6022d24bef54f72d0aeb81fbeca8e900c94e [diff] |
doc/netlink/specs: use pad in structs in rt_link The rt_link spec was using pad1, pad2 attributes in structs which appears in the ynl output. Replace this with the 'pad' type which doesn't pollute the output. Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Link: https://lore.kernel.org/r/20231215093720.18774-8-donald.hunter@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>