linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brajeswar Ghosh <brajeswar.linux@gmail.com>
To: akpm@linux-foundation.org
Cc: Souptick Joarder <jrdr.linux@gmail.com>,
	linux-kernel@vger.kernel.org,
	Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Subject: Re: [PATCH] samples/mic/mpssd: Remove duplicate header
Date: Wed, 30 Jan 2019 20:05:21 +0530	[thread overview]
Message-ID: <CAFqtX7kYY-TSTKwov3jCN7nWDnjPHSFcDC+wkuawMDQj1Zx=eA@mail.gmail.com> (raw)
In-Reply-To: <20190114170033.GA3674@hp-pavilion-15-notebook-pc-brajeswar>

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
>

      reply	other threads:[~2019-01-30 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 17:00 [PATCH] samples/mic/mpssd: Remove duplicate header Brajeswar Ghosh
2019-01-30 14:35 ` Brajeswar Ghosh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFqtX7kYY-TSTKwov3jCN7nWDnjPHSFcDC+wkuawMDQj1Zx=eA@mail.gmail.com' \
    --to=brajeswar.linux@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=jrdr.linux@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sabyasachi.linux@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).