Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932822AbcKNOul (ORCPT ); Mon, 14 Nov 2016 09:50:41 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34070 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932607AbcKNOuk (ORCPT ); Mon, 14 Nov 2016 09:50:40 -0500 Date: Mon, 14 Nov 2016 15:50:50 +0100 From: Greg KH To: Nadim Almas Cc: bankarsandhya512@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: i4l: act2000: capi: Removing necessary variable Message-ID: <20161114145050.GA22391@kroah.com> References: <20161111095821.GA4754@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161111095821.GA4754@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 466 Lines: 21 On Fri, Nov 11, 2016 at 03:28:21PM +0530, Nadim Almas wrote: > Removing struct sk_buff *skb from capi.c > > The Coccinelle semantic patch used to make this change is as follows: > @@ > type T; > identifier D; > @@ > - T D; > ...when != D > > Signed-off-by: Nadim Almas > --- > drivers/staging/i4l/act2000/capi.c | 13 ------------- > 1 file changed, 13 deletions(-) Why didn't you test build your patch :( Please ALWAYS do so... greg k-h