Re: [PATCH v2 30/53] net: fix some identation issues at kernel-doc markups
From: David Howells
Date: Tue May 16 2017 - 08:38:46 EST
Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> wrote:
> - * calling skb_free_datagram). Returns NULL with *err set to
> + * calling skb_free_datagram). Returns NULL with @err set to
I think this should be *@err or @*err. err is not itself changed.
David