netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: Alexander.Loktionov@aquantia.com
Cc: netdev@vger.kernel.org, vomlehn@texas.net,
	Simon.Edelhaus@aquantia.com, Dmitrii.Tarakanov@aquantia.com,
	Pavel.Belous@aquantia.com, Dmitry.Bezrukov@aquantia.com
Subject: Re: [PATCH v4 01/13] net: ethernet: aquantia: Make and configuration files.
Date: Thu, 12 Jan 2017 09:15:29 -0500 (EST)	[thread overview]
Message-ID: <20170112.091529.1076462152235819647.davem@davemloft.net> (raw)
In-Reply-To: <c1ad2600fae843ad7f21a7eb41a096aa3cdf239b.1484192452.git.vomlehn@texas.net>

From: Alexander Loktionov <Alexander.Loktionov@aquantia.com>
Date: Wed, 11 Jan 2017 19:53:05 -0800

> @@ -0,0 +1,19 @@
> +/*
> + * aQuantia Corporation Network Driver
> + * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
> + *
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms and conditions of the GNU General Public License,
> + * version 2, as published by the Free Software Foundation.
> + */
> +
> +#ifndef VER_H
> +#define VER_H
> +
> +#define NIC_MAJOR_DRIVER_VERSION           1
> +#define NIC_MINOR_DRIVER_VERSION           5
> +#define NIC_BUILD_DRIVER_VERSION           339
> +#define NIC_REVISION_DRIVER_VERSION        0
> +
> +#endif /* VER_H */
> +

Please do not add empty lines at the end of files, GIT even warns
about this.

Please audit your entire submission for this problem.

      parent reply	other threads:[~2017-01-12 14:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12  3:53 [PATCH v4 00/13] net: ethernet: aquantia: Add AQtion 2.5/5 GB NIC driver Alexander Loktionov
2017-01-12  3:53 ` [PATCH v4 01/13] net: ethernet: aquantia: Make and configuration files Alexander Loktionov
2017-01-12  3:53   ` [PATCH v4 02/13] net: ethernet: aquantia: Common functions and definitions Alexander Loktionov
2017-01-12  3:53     ` [PATCH v4 03/13] net: ethernet: aquantia: Add ring support code Alexander Loktionov
2017-01-12  3:53       ` [PATCH v4 04/13] net: ethernet: aquantia: Low-level hardware interfaces Alexander Loktionov
2017-01-12  3:53         ` [PATCH v4 05/13] net: ethernet: aquantia: Support for NIC-specific code Alexander Loktionov
2017-01-12  3:53           ` [PATCH v4 06/13] net: ethernet: aquantia: Atlantic A0 and B0 specific functions Alexander Loktionov
2017-01-12  3:53             ` [PATCH v4 07/13] net: ethernet: aquantia: Vector operations Alexander Loktionov
2017-01-12  3:53               ` [PATCH v4 08/13] net: ethernet: aquantia: PCI operations Alexander Loktionov
2017-01-12  3:53                 ` [PATCH v4 09/13] net: ethernet: aquantia: Atlantic hardware abstraction layer Alexander Loktionov
2017-01-12  3:53                   ` [PATCH v4 10/13] net: ethernet: aquantia: Hardware interface and utility functions Alexander Loktionov
2017-01-12  3:53                     ` [PATCH v4 11/13] net: ethernet: aquantia: Ethtool support Alexander Loktionov
2017-01-12  3:53                       ` [PATCH v4 12/13] net: ethernet: aquantia: Receive side scaling Alexander Loktionov
2017-01-12  3:53                         ` [PATCH v4 13/13] net: ethernet: aquantia: Integrate AQtion 2.5/5 GB NIC driver Alexander Loktionov
2017-01-12 14:15   ` David Miller [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=20170112.091529.1076462152235819647.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=Alexander.Loktionov@aquantia.com \
    --cc=Dmitrii.Tarakanov@aquantia.com \
    --cc=Dmitry.Bezrukov@aquantia.com \
    --cc=Pavel.Belous@aquantia.com \
    --cc=Simon.Edelhaus@aquantia.com \
    --cc=netdev@vger.kernel.org \
    --cc=vomlehn@texas.net \
    /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).