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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20180414032521.GA6039@rys-Inspiron-5420> Date: Sat, 14 Apr 2018 00:25:21 -0300 From: Renato Soma <renatoys08@...il.com> To: Dan Carpenter <dan.carpenter@...cle.com> Cc: thomas.petazzoni@...e-electrons.com, devel@...verdev.osuosl.org, gregkh@...uxfoundation.org, lkcamp@...ts.libreplanetbr.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] staging fbtft: Fixed lines exceeding columns limit On Fri, Apr 13, 2018 at 03:57:47PM +0300, Dan Carpenter wrote: > > - ret = fbtft_write_buf_dc(par, par->buf, sizeof(data_type) + offset, 0); \ > > I feel like the original is basically OK but if we're going to change it > then align it like this: > > ret = fbtft_write_buf_dc(par, par->buf, sizeof(data_type) + offset, \ > 0); \ > > > Etc. > Alright, I'll fix this issue then send another email with the fixed patch. Thanks! renato
Powered by blists - more mailing lists