Re: [PATCH net-next v2 1/2] net_shaper: fix kernel-doc list indentation
Randy Dunlap <[email protected]>
| Newsgroups | gmane.linux.documentation,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/14/26 6:32 PM, Karl Mehltretter wrote: > Docutils 0.22.4 reports: > > Documentation/networking/kapi:107: > ../include/net/net_shaper.h:82: > ERROR: Unexpected indentation. > > Add the required blank line and correct the list indentation. > > Assisted-by: Codex:gpt-5.6-sol > Signed-off-by: Karl Mehltretter <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Thanks. > --- > include/net/net_shaper.h | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/include/net/net_shaper.h b/include/net/net_shaper.h > index 05cb625b0fe54..330517a1cb5c2 100644 > --- a/include/net/net_shaper.h > +++ b/include/net/net_shaper.h > @@ -80,10 +80,11 @@ struct net_shaper { > * disallowed at the uAPI level will never be made at the driver level. > * The shaper core performs automatic reparenting and cleanup, generating > * additional calls. Notably: > - * - @group calls in the driver facing API may have nodes as leaves (user is > - * only allowed to construct groups with queues as leaves) > - * - @group calls may update leaf's parent if the parent is about > - * to be removed (re-parenting nodes explicitly is not supported in the uAPI) > + * > + * - @group calls in the driver facing API may have nodes as leaves (user is > + * only allowed to construct groups with queues as leaves) > + * - @group calls may update leaf's parent if the parent is about > + * to be removed (re-parenting nodes explicitly is not supported in the uAPI) > * > * Implicit creation > * ----------------- -- ~Randy