Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1521725 > unrolled thread

Re: [PATCH] Staging: i4l: act2000: capi: Removing necessary variable

Started byGreg KH <gregkh@linuxfoundation.org>
First post2016-11-14 16:00 +0100
Last post2016-11-14 16:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] Staging: i4l: act2000: capi: Removing necessary  variable Greg KH <gregkh@linuxfoundation.org> - 2016-11-14 16:00 +0100

#1521725 — Re: [PATCH] Staging: i4l: act2000: capi: Removing necessary variable

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-11-14 16:00 +0100
SubjectRe: [PATCH] Staging: i4l: act2000: capi: Removing necessary variable
Message-ID<sDqTM-8jU-15@gated-at.bofh.it>
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 <nadim.902@gmail.com>
> ---
>  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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web