From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753439AbdF2OS4 (ORCPT ); Thu, 29 Jun 2017 10:18:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52588 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753025AbdF2OSg (ORCPT ); Thu, 29 Jun 2017 10:18:36 -0400 Date: Thu, 29 Jun 2017 16:18:29 +0200 From: Greg Kroah-Hartman To: karthik Cc: Gilad Ben-Yossef , devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, Linux kernel mailing list , linux-crypto@vger.kernel.org, sunil.m@techveda.org Subject: Re: [PATCH 0/2] staging: ccree: Fix coding style and remove warnings Message-ID: <20170629141829.GA29662@kroah.com> References: <1498642633-3260-1-git-send-email-karthik@techveda.org> <1f681a83-4413-8c9d-ab75-c223b6c8b55b@techveda.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1f681a83-4413-8c9d-ab75-c223b6c8b55b@techveda.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 29, 2017 at 04:13:38PM +0530, karthik wrote: > On Wednesday 28 June 2017 03:15 PM, Gilad Ben-Yossef wrote: > > Thank you Karthik, > > > > On Wed, Jun 28, 2017 at 12:37 PM, wrote: > > > From: Karthik Tummala > > > > > > This patch series fixes coding style and removes the following > > > checkpatch.pl warnings: > > > > > > Prefer using '"%s...", __func__' to using the function's name, > > > in a string. > > > > This one is good. > > > > > > Braces {} are not necessary for single statement blocks. > > > > I have already sent a patch addressing this and some other things > > yesterday/ > > > > > > > > Rebased on top of next-20170627. > > > Patches were tested and built on next-20170627 > > > > Can you please check patch 1 still applies after yesterdays patch series? > Hi, I have applied your patch series and then tried to apply patch 1 and it > failed. Should I wait until the patch series gets accepted and then continue > my work on the new linux-next release ? or is there any other option ? You need to rebased on top of these changes. All of them are now in staging-testing, soon to move to staging-next in a day or so. Rebase on there and resend. thanks, greg k-h