lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 13 Jul 2014 20:51:45 +0200 From: Daniel Borkmann <dborkman@...hat.com> To: Christoph Schulz <develop@...stov.de> CC: Varka Bhadram <varkabhadram@...il.com>, netdev@...r.kernel.org, linux-ppp@...r.kernel.org, paulus@...ba.org, isdn@...ux-pingi.de Subject: Re: [PATCH net 1/1] net: ppp: fix creating PPP pass and active filters 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... -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists