From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751272AbdE2Omv (ORCPT ); Mon, 29 May 2017 10:42:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53428 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbdE2Omt (ORCPT ); Mon, 29 May 2017 10:42:49 -0400 Date: Mon, 29 May 2017 16:37:28 +0200 From: Greg Kroah-Hartman To: Gilad Ben-Yossef Cc: linux-crypto@vger.kernel.org, devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, Ofir Drang Subject: Re: [PATCH 01/12] staging: ccree: correct coding style violations Message-ID: <20170529143728.GA12428@kroah.com> References: <1495982440-10047-1-git-send-email-gilad@benyossef.com> <1495982440-10047-2-git-send-email-gilad@benyossef.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495982440-10047-2-git-send-email-gilad@benyossef.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 28, 2017 at 05:40:26PM +0300, Gilad Ben-Yossef wrote: > cc_crypto_ctx.h had multiple coding style violations reported by > checkpatch. Fix them all. Sorry, no. You need to do only one-thing-per-patch, and "fix all coding style issues is not "one thing". I wouldn't take this kind of patch from anyone else, so why should I take it from you? :) thnaks, greg k-h