From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH v2 30/53] net: fix some identation issues at kernel-doc markups Date: Tue, 16 May 2017 13:38:17 +0100 Message-ID: <15466.1494938297@warthog.procyon.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: dhowells@redhat.com, Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-mtd@lists.infradead.org, Andrew Lunn , Florian Fainelli , "David S. Miller" , Eric Dumazet , Paolo Abeni , Al Viro , Hannes Frederic Sowa , Alexander Duyck Return-path: In-Reply-To: Content-ID: <15465.1494938297.1@warthog.procyon.org.uk> Sender: linux-doc-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Mauro Carvalho Chehab 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