linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] um: Remove duplicated include from vector_user.c
@ 2019-01-03  3:12 YueHaibing
  2019-01-20 18:54 ` [-next] " Anton Ivanov
  0 siblings, 1 reply; 4+ messages in thread
From: YueHaibing @ 2019-01-03  3:12 UTC (permalink / raw)
  To: Jeff Dike, Richard Weinberger, Anton Ivanov, YueHaibing
  Cc: linux-um, linux-kernel, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/um/drivers/vector_user.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
index d2c17dd..b3f7b3c 100644
--- a/arch/um/drivers/vector_user.c
+++ b/arch/um/drivers/vector_user.c
@@ -16,14 +16,12 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #include <net/ethernet.h>
 #include <netinet/ip.h>
 #include <netinet/ether.h>
 #include <linux/if_ether.h>
 #include <linux/if_packet.h>
-#include <sys/socket.h>
 #include <sys/wait.h>
 #include <sys/uio.h>
 #include <linux/virtio_net.h>
@@ -31,7 +29,6 @@
 #include <stdlib.h>
 #include <os.h>
 #include <um_malloc.h>
-#include <sys/uio.h>
 #include "vector_user.h"
 
 #define ID_GRE 0






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

* Re: [-next] um: Remove duplicated include from vector_user.c
  2019-01-03  3:12 [PATCH -next] um: Remove duplicated include from vector_user.c YueHaibing
@ 2019-01-20 18:54 ` Anton Ivanov
  2019-02-27  5:46   ` YueHaibing
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Ivanov @ 2019-01-20 18:54 UTC (permalink / raw)
  To: YueHaibing, Jeff Dike, Richard Weinberger
  Cc: kernel-janitors, linux-um, linux-kernel



On 1/3/19 3:12 AM, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>   arch/um/drivers/vector_user.c | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
> index d2c17dd..b3f7b3c 100644
> --- a/arch/um/drivers/vector_user.c
> +++ b/arch/um/drivers/vector_user.c
> @@ -16,14 +16,12 @@
>   #include <sys/types.h>
>   #include <sys/stat.h>
>   #include <fcntl.h>
> -#include <sys/types.h>
>   #include <sys/socket.h>
>   #include <net/ethernet.h>
>   #include <netinet/ip.h>
>   #include <netinet/ether.h>
>   #include <linux/if_ether.h>
>   #include <linux/if_packet.h>
> -#include <sys/socket.h>
>   #include <sys/wait.h>
>   #include <sys/uio.h>
>   #include <linux/virtio_net.h>
> @@ -31,7 +29,6 @@
>   #include <stdlib.h>
>   #include <os.h>
>   #include <um_malloc.h>
> -#include <sys/uio.h>
>   #include "vector_user.h"
>   
>   #define ID_GRE 0
> 

Reviewed-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
-- 
Anton R. Ivanov

Cambridge Greys Limited, England and Wales company No 10273661
http://www.cambridgegreys.com/

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

* Re: [-next] um: Remove duplicated include from vector_user.c
  2019-01-20 18:54 ` [-next] " Anton Ivanov
@ 2019-02-27  5:46   ` YueHaibing
  2019-02-27  8:37     ` Richard Weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: YueHaibing @ 2019-02-27  5:46 UTC (permalink / raw)
  To: Anton Ivanov, Jeff Dike, Richard Weinberger
  Cc: kernel-janitors, linux-um, linux-kernel


Friendly ping:

Who can take this, please?

On 2019/1/21 2:54, Anton Ivanov wrote:
> 
> 
> On 1/3/19 3:12 AM, YueHaibing wrote:
>> Remove duplicated include.
>>
>> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
>> ---
>>   arch/um/drivers/vector_user.c | 3 ---
>>   1 file changed, 3 deletions(-)
>>
>> diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
>> index d2c17dd..b3f7b3c 100644
>> --- a/arch/um/drivers/vector_user.c
>> +++ b/arch/um/drivers/vector_user.c
>> @@ -16,14 +16,12 @@
>>   #include <sys/types.h>
>>   #include <sys/stat.h>
>>   #include <fcntl.h>
>> -#include <sys/types.h>
>>   #include <sys/socket.h>
>>   #include <net/ethernet.h>
>>   #include <netinet/ip.h>
>>   #include <netinet/ether.h>
>>   #include <linux/if_ether.h>
>>   #include <linux/if_packet.h>
>> -#include <sys/socket.h>
>>   #include <sys/wait.h>
>>   #include <sys/uio.h>
>>   #include <linux/virtio_net.h>
>> @@ -31,7 +29,6 @@
>>   #include <stdlib.h>
>>   #include <os.h>
>>   #include <um_malloc.h>
>> -#include <sys/uio.h>
>>   #include "vector_user.h"
>>     #define ID_GRE 0
>>
> 
> Reviewed-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
> Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>


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

* Re: [-next] um: Remove duplicated include from vector_user.c
  2019-02-27  5:46   ` YueHaibing
@ 2019-02-27  8:37     ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2019-02-27  8:37 UTC (permalink / raw)
  To: YueHaibing
  Cc: Anton Ivanov, Jeff Dike, kernel-janitors, linux-um, linux-kernel

Am Mittwoch, 27. Februar 2019, 06:46:35 CET schrieb YueHaibing:
> 
> Friendly ping:
> 
> Who can take this, please?

The winner takes it all. ;-)
Just kidding, Anton and I take care.

Thanks,
//richard



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

end of thread, other threads:[~2019-02-27  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-03  3:12 [PATCH -next] um: Remove duplicated include from vector_user.c YueHaibing
2019-01-20 18:54 ` [-next] " Anton Ivanov
2019-02-27  5:46   ` YueHaibing
2019-02-27  8:37     ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).