On Fri, Dec 05, 2014 at 02:06:16PM +0900, Joshua I. James wrote:
> From: "Joshua I. James" <jos...@cybercrimetech.com>
> 
> Fixed style errors reported by checkpatch.
> 
> WARNING: Missing a blank line after declarations
> +       u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK);
> +       return max(start, end_page);
> 
> WARNING: line over 80 characters
> +               scatterwalk_start(&walk->out, 
> scatterwalk_sg_next(walk->out.sg));
> 
> WARNING: Missing a blank line after declarations
> +               int err = ablkcipher_copy_iv(walk, tfm, alignmask);
> +               if (err)
> 
> ERROR: do not use assignment in if condition
> +       if ((err = crypto_register_instance(tmpl, inst))) {
> 
> Signed-off-by: Joshua I. James <jos...@cybercrimetech.com>

All five patches applied.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to