From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751636Ab3FIF2L (ORCPT ); Sun, 9 Jun 2013 01:28:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45338 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751132Ab3FIF2K (ORCPT ); Sun, 9 Jun 2013 01:28:10 -0400 Date: Sat, 8 Jun 2013 22:28:44 -0700 From: Greg KH To: Laura Lawniczak Cc: devel@driverdev.osuosl.org, Kurt Kanzenbach , linux-kernel@i4.cs.fau.de, Johannes Schilling , linux-kernel@vger.kernel.org, Al Cho , Amarjargal Gundjalam Subject: Re: [PATCH] keucr: removed unnecessary variables and comments Message-ID: <20130609052844.GA31124@kroah.com> References: <20130606215721.GA24059@kroah.com> <1370610509-32432-1-git-send-email-laura.lawniczak@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1370610509-32432-1-git-send-email-laura.lawniczak@googlemail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 07, 2013 at 03:08:29PM +0200, Laura Lawniczak wrote: > blen and bn were only used in commented code fragments. > since comments should be informative and not for storing old > code, both, commented code and variables, were removed. > > Signed-off-by: Laura Lawniczak > Signed-off-by: Johannes Schilling > --- > drivers/staging/keucr/transport.c | 15 --------------- > 1 file changed, 15 deletions(-) This patch doesn't apply to my tree, can you please redo it against my latest tree and resend it? thanks, greg k-h