Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936310AbcJRPpg (ORCPT ); Tue, 18 Oct 2016 11:45:36 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36169 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935263AbcJRPp1 (ORCPT ); Tue, 18 Oct 2016 11:45:27 -0400 Subject: Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c To: Alexander Alemayhu References: <1476801430-25419-1-git-send-email-weiyj.lk@gmail.com> <20161018153053.GA444@gmail.com> Cc: Greg Kroah-Hartman , Arnd Bergmann , Anthony Sheldon , Karsten Keil , Wei Yongjun , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org From: Wei Yongjun Message-ID: Date: Tue, 18 Oct 2016 23:45:13 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161018153053.GA444@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 475 Lines: 17 Hi Alexander, On 10/18/2016 11:30 PM, Alexander Alemayhu wrote: > On Tue, Oct 18, 2016 at 02:37:10PM +0000, Wei Yongjun wrote: >> From: Wei Yongjun >> >> Remove duplicated include. >> > How did you discover that? Just curious if you used any tooling. > I found those using my dpatch tool, which integrated sparse, coccinelle and some scripts. check changed files every day. It is available at: https://github.com/weiyj/dpatch Regards, Yongjun Wei