From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Date: Sun, 13 Jul 2014 18:51:45 +0000 Subject: Re: [PATCH net 1/1] net: ppp: fix creating PPP pass and active filters Message-Id: <53C2D541.8080900@redhat.com> List-Id: References: <53C28297.4080507@kristov.de> <53C29DAA.8020405@gmail.com> <20140713180735.209671xd9qjsgmo7@berry.schulz.ip-v6.eu> In-Reply-To: <20140713180735.209671xd9qjsgmo7@berry.schulz.ip-v6.eu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Schulz Cc: Varka Bhadram , netdev@vger.kernel.org, linux-ppp@vger.kernel.org, paulus@samba.org, isdn@linux-pingi.de On 07/13/2014 06:07 PM, Christoph Schulz wrote: > Hello! > > Varka Bhadram schrieb am Sun, 13 Jul 2014 20:24:34 +0530: > >> checkpatch warnings on this patch > > Yes, I know. But could you please give me a hint how to indent this properly such that it doesn't conflict with any formatting rules I possibly don't even know about? > > + err = sk_unattached_filter_create(&is->pass_filter, > + &fprog); I think going with the first variant is just fine. > Can I use > > + err = sk_unattached_filter_create( > + &is->pass_filter, &fprog); > > or similar? I do not want to rename variables to fit the line into 80 characteres...