All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] samples/mic/mpssd: Remove duplicate header
@ 2019-01-14 17:00 Brajeswar Ghosh
  2019-01-30 14:35 ` Brajeswar Ghosh
  0 siblings, 1 reply; 2+ messages in thread
From: Brajeswar Ghosh @ 2019-01-14 17:00 UTC (permalink / raw)
  To: akpm; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux

Remove duplicate headers which are included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 samples/mic/mpssd/mpssd.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/samples/mic/mpssd/mpssd.h b/samples/mic/mpssd/mpssd.h
index 8bd64944aacc..82d3b519f0e7 100644
--- a/samples/mic/mpssd/mpssd.h
+++ b/samples/mic/mpssd/mpssd.h
@@ -37,21 +37,18 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/utsname.h>
 #include <sys/wait.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
-#include <pthread.h>
 #include <signal.h>
 #include <limits.h>
 #include <syslog.h>
 #include <getopt.h>
 #include <net/if.h>
 #include <linux/if_tun.h>
-#include <linux/if_tun.h>
 #include <linux/virtio_ids.h>
 
 #define MICSYSFSDIR "/sys/class/mic"
-- 
2.17.1


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

* Re: [PATCH] samples/mic/mpssd: Remove duplicate header
  2019-01-14 17:00 [PATCH] samples/mic/mpssd: Remove duplicate header Brajeswar Ghosh
@ 2019-01-30 14:35 ` Brajeswar Ghosh
  0 siblings, 0 replies; 2+ messages in thread
From: Brajeswar Ghosh @ 2019-01-30 14:35 UTC (permalink / raw)
  To: akpm; +Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

On Mon, Jan 14, 2019 at 10:30 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> Remove duplicate headers which are included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>

Any comment on this patch?

> ---
>  samples/mic/mpssd/mpssd.h | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/samples/mic/mpssd/mpssd.h b/samples/mic/mpssd/mpssd.h
> index 8bd64944aacc..82d3b519f0e7 100644
> --- a/samples/mic/mpssd/mpssd.h
> +++ b/samples/mic/mpssd/mpssd.h
> @@ -37,21 +37,18 @@
>  #include <sys/types.h>
>  #include <sys/socket.h>
>  #include <sys/stat.h>
> -#include <sys/types.h>
>  #include <sys/mman.h>
>  #include <sys/utsname.h>
>  #include <sys/wait.h>
>  #include <netinet/in.h>
>  #include <arpa/inet.h>
>  #include <netdb.h>
> -#include <pthread.h>
>  #include <signal.h>
>  #include <limits.h>
>  #include <syslog.h>
>  #include <getopt.h>
>  #include <net/if.h>
>  #include <linux/if_tun.h>
> -#include <linux/if_tun.h>
>  #include <linux/virtio_ids.h>
>
>  #define MICSYSFSDIR "/sys/class/mic"
> --
> 2.17.1
>

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

end of thread, other threads:[~2019-01-30 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 17:00 [PATCH] samples/mic/mpssd: Remove duplicate header Brajeswar Ghosh
2019-01-30 14:35 ` Brajeswar Ghosh

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.