From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752285AbdEPMio (ORCPT ); Tue, 16 May 2017 08:38:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42342 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbdEPMim (ORCPT ); Tue, 16 May 2017 08:38:42 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E9C4780481 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E9C4780481 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: To: Mauro Carvalho Chehab 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 , Ding Tianhong , Soheil Hassas Yeganeh , Ursula Braun , Andrew Morton , Sridhar Samudrala , Johannes Weiner , Josh Hunt , netdev@vger.kernel.org Subject: Re: [PATCH v2 30/53] net: fix some identation issues at kernel-doc markups MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15465.1494938297.1@warthog.procyon.org.uk> Date: Tue, 16 May 2017 13:38:17 +0100 Message-ID: <15466.1494938297@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 16 May 2017 12:38:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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