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: Tue, 13 Mar 2012 19:46:27 -0700 From: Joe Perches <joe@...ches.com> To: Andrew Miller <amiller@...lx.com>, Larry Finger <Larry.Finger@...inger.net> Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] Staging: rtl8187se: r8180_core.c: Fix coding style issue On Tue, 2012-03-13 at 22:33 -0400, Andrew Miller wrote: > Thanks, you help me alot > > If you don't mind me asking a few more question. > > Would fixing things like this > > - if(x==y) > + if(x == y) > > be worthless? I don't work on staging code. I believe the staging rtl8187se directory could be deleted as there is a working mainline directory for the 8187 (drivers/net/wireless/rtl818x/rtl8187) so you may not actually be adding anything of value. I don't know if the 8187se is supported by the 8187 code but likely Larry Finger (cc'd) knows better. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists