From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752050AbdENKtz (ORCPT ); Sun, 14 May 2017 06:49:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39714 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877AbdENKty (ORCPT ); Sun, 14 May 2017 06:49:54 -0400 Date: Sun, 14 May 2017 12:49:45 +0200 From: Greg KH To: Ammly Fredrick Cc: gilad@benyossef.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 12622/12622] Staging: ccree: ssi_cipher: fix brace coding style issue Message-ID: <20170514104945.GB29758@kroah.com> References: <20170513114503.5371-1-ammly@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170513114503.5371-1-ammly@gmail.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 Sat, May 13, 2017 at 02:45:03PM +0300, Ammly Fredrick wrote: > Fixed some coding style issues after running scripts/checkpatch.pl > > Fixed spelling in ssi_blkcipher_complete(), should be counter not couter. > > Signed-off-by: Ammly Fredrick I don't see the 12621 other patches in this series, did you really make that many changes in this driver? :) You are doing a lot of different things all in the same patch, which isn't allowed. Please fix up and only do one type of thing at a time. thanks, greg k-h