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


Groups > linux.kernel > #1503041 > unrolled thread

[PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c

Started byWei Yongjun <weiyj.lk@gmail.com>
First post2016-10-18 16:40 +0200
Last post2016-10-18 17:50 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c Wei Yongjun <weiyj.lk@gmail.com> - 2016-10-18 16:40 +0200
    Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include  from capi.c Alexander Alemayhu <alexander@alemayhu.com> - 2016-10-18 17:40 +0200
      Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from  capi.c Wei Yongjun <weiyj.lk@gmail.com> - 2016-10-18 17:50 +0200

#1503041 — [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c

FromWei Yongjun <weiyj.lk@gmail.com>
Date2016-10-18 16:40 +0200
Subject[PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c
Message-ID<stDIC-2X6-17@gated-at.bofh.it>
From: Wei Yongjun <weiyongjun1@huawei.com>

Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/staging/i4l/pcbit/capi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/i4l/pcbit/capi.c b/drivers/staging/i4l/pcbit/capi.c
index 91f2994..a6c4e00 100644
--- a/drivers/staging/i4l/pcbit/capi.c
+++ b/drivers/staging/i4l/pcbit/capi.c
@@ -27,7 +27,6 @@
  *              encode our number in CallerPN and ConnectedPN
  */
 
-#include <linux/string.h>
 #include <linux/kernel.h>
 
 #include <linux/types.h>

[toc] | [next] | [standalone]


#1503124 — Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c

FromAlexander Alemayhu <alexander@alemayhu.com>
Date2016-10-18 17:40 +0200
SubjectRe: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c
Message-ID<stEEG-3BE-47@gated-at.bofh.it>
In reply to#1503041
On Tue, Oct 18, 2016 at 02:37:10PM +0000, Wei Yongjun wrote:
> From: Wei Yongjun <weiyongjun1@huawei.com>
> 
> Remove duplicated include.
>
How did you discover that? Just curious if you used any tooling.

-- 
Mit freundlichen Grüßen

Alexander Alemayhu

[toc] | [prev] | [next] | [standalone]


#1503140 — Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c

FromWei Yongjun <weiyj.lk@gmail.com>
Date2016-10-18 17:50 +0200
SubjectRe: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c
Message-ID<stEOm-3Fs-15@gated-at.bofh.it>
In reply to#1503124
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 <weiyongjun1@huawei.com>
>>
>> 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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web