All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c
@ 2016-10-18 14:37 Wei Yongjun
  2016-10-18 15:30 ` Alexander Alemayhu
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Yongjun @ 2016-10-18 14:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Arnd Bergmann, Anthony Sheldon,
	Alexander Alemayhu, Karsten Keil
  Cc: Wei Yongjun, devel, linux-kernel

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>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c
  2016-10-18 14:37 [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c Wei Yongjun
@ 2016-10-18 15:30 ` Alexander Alemayhu
  2016-10-18 15:45   ` Wei Yongjun
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Alemayhu @ 2016-10-18 15:30 UTC (permalink / raw)
  To: Wei Yongjun
  Cc: Greg Kroah-Hartman, Arnd Bergmann, Anthony Sheldon, Karsten Keil,
	Wei Yongjun, devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c
  2016-10-18 15:30 ` Alexander Alemayhu
@ 2016-10-18 15:45   ` Wei Yongjun
  0 siblings, 0 replies; 3+ messages in thread
From: Wei Yongjun @ 2016-10-18 15:45 UTC (permalink / raw)
  To: Alexander Alemayhu
  Cc: Greg Kroah-Hartman, Arnd Bergmann, Anthony Sheldon, Karsten Keil,
	Wei Yongjun, devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-18 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-18 14:37 [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c Wei Yongjun
2016-10-18 15:30 ` Alexander Alemayhu
2016-10-18 15:45   ` Wei Yongjun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.