enic: remove #ident lines
authorSujith Sankar <ssujith@cisco.com>
Tue, 22 Sep 2015 05:15:02 +0000 (10:45 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 29 Sep 2015 23:19:19 +0000 (01:19 +0200)
This patch removes the #ident strings at the beginning of the source files.

Signed-off-by: Sujith Sankar <ssujith@cisco.com>
28 files changed:
drivers/net/enic/base/cq_desc.h
drivers/net/enic/base/cq_enet_desc.h
drivers/net/enic/base/rq_enet_desc.h
drivers/net/enic/base/vnic_cq.c
drivers/net/enic/base/vnic_cq.h
drivers/net/enic/base/vnic_dev.c
drivers/net/enic/base/vnic_dev.h
drivers/net/enic/base/vnic_devcmd.h
drivers/net/enic/base/vnic_enet.h
drivers/net/enic/base/vnic_intr.c
drivers/net/enic/base/vnic_intr.h
drivers/net/enic/base/vnic_nic.h
drivers/net/enic/base/vnic_resource.h
drivers/net/enic/base/vnic_rq.c
drivers/net/enic/base/vnic_rq.h
drivers/net/enic/base/vnic_rss.c
drivers/net/enic/base/vnic_rss.h
drivers/net/enic/base/vnic_stats.h
drivers/net/enic/base/vnic_wq.c
drivers/net/enic/base/vnic_wq.h
drivers/net/enic/base/wq_enet_desc.h
drivers/net/enic/enic.h
drivers/net/enic/enic_clsf.c
drivers/net/enic/enic_compat.h
drivers/net/enic/enic_ethdev.c
drivers/net/enic/enic_main.c
drivers/net/enic/enic_res.c
drivers/net/enic/enic_res.h

index c418967..f3ef6bb 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: cq_desc.h 129574 2013-04-26 22:11:14Z rfaucett $"
 
 #ifndef _CQ_DESC_H_
 #define _CQ_DESC_H_
index 669a2b5..f9822a4 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: cq_enet_desc.h 160468 2014-02-18 09:50:15Z gvaradar $"
 
 #ifndef _CQ_ENET_DESC_H_
 #define _CQ_ENET_DESC_H_
index f38ff2a..7292d9d 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: rq_enet_desc.h 59839 2010-09-27 20:36:31Z roprabhu $"
 
 #ifndef _RQ_ENET_DESC_H_
 #define _RQ_ENET_DESC_H_
index cda97e4..2f65f35 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_cq.c 171146 2014-05-02 07:08:20Z ssujith $"
 
 #include "vnic_dev.h"
 #include "vnic_cq.h"
index 0928d72..922391b 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_cq.h 173398 2014-05-19 09:17:02Z gvaradar $"
 
 #ifndef _VNIC_CQ_H_
 #define _VNIC_CQ_H_
index f566734..6153864 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <rte_memzone.h>
 #include <rte_memcpy.h>
index f583357..113d6ac 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_dev.h 196958 2014-11-04 18:23:37Z xuywang $"
 
 #ifndef _VNIC_DEV_H_
 #define _VNIC_DEV_H_
index e7ecf31..b3d5a6c 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_devcmd.h 173135 2014-05-16 03:14:07Z sanpilla $"
 
 #ifndef _VNIC_DEVCMD_H_
 #define _VNIC_DEVCMD_H_
index 9d3cc07..cc34998 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_enet.h 175806 2014-06-04 19:31:17Z rfaucett $"
 
 #ifndef _VNIC_ENIC_H_
 #define _VNIC_ENIC_H_
index 84368af..04bb426 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_intr.c 171146 2014-05-02 07:08:20Z ssujith $"
 
 #include "vnic_dev.h"
 #include "vnic_intr.h"
index ecb82bf..da089bc 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_intr.h 171146 2014-05-02 07:08:20Z ssujith $"
 
 #ifndef _VNIC_INTR_H_
 #define _VNIC_INTR_H_
index 332cfb4..88907c0 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_nic.h 59839 2010-09-27 20:36:31Z roprabhu $"
 
 #ifndef _VNIC_NIC_H_
 #define _VNIC_NIC_H_
index 2512712..b7a9b61 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_resource.h 196958 2014-11-04 18:23:37Z xuywang $"
 
 #ifndef _VNIC_RESOURCE_H_
 #define _VNIC_RESOURCE_H_
index 3a4b65a..1441604 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_rq.c 171146 2014-05-02 07:08:20Z ssujith $"
 
 #include "vnic_dev.h"
 #include "vnic_rq.h"
index 54b6612..0f5c3c1 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_rq.h 180262 2014-07-02 07:57:43Z gvaradar $"
 
 #ifndef _VNIC_RQ_H_
 #define _VNIC_RQ_H_
index 5ff76b1..1cf055b 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include "enic_compat.h"
 #include "vnic_rss.h"
index 45ed3d2..ebb18b5 100644 (file)
@@ -30,7 +30,6 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
-#ident "$Id: vnic_rss.h 64224 2010-11-09 19:43:13Z vkolluri $"
 
 #ifndef _VNIC_RSS_H_
 #define _VNIC_RSS_H_
index ac5aa72..0c779d8 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_stats.h 84040 2011-08-09 23:38:43Z dwang2 $"
 
 #ifndef _VNIC_STATS_H_
 #define _VNIC_STATS_H_
index e52cef0..a3ef417 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_wq.c 183023 2014-07-22 23:47:25Z xuywang $"
 
 #include "vnic_dev.h"
 #include "vnic_wq.h"
index f8219ad..c23de62 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: vnic_wq.h 183023 2014-07-22 23:47:25Z xuywang $"
 
 #ifndef _VNIC_WQ_H_
 #define _VNIC_WQ_H_
index ff2b768..db41d00 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: wq_enet_desc.h 59839 2010-09-27 20:36:31Z roprabhu $"
 
 #ifndef _WQ_ENET_DESC_H_
 #define _WQ_ENET_DESC_H_
index 1417b0c..91faeaf 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #ifndef _ENIC_H_
 #define _ENIC_H_
index 656b25b..2050985 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <libgen.h>
 
index f3598ed..5dbd983 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #ifndef _ENIC_COMPAT_H_
 #define _ENIC_COMPAT_H_
index 8280cea..3aef196 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <stdio.h>
 #include <stdint.h>
index 3b8719f..398ada2 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <stdio.h>
 
index 12a337c..ebe379d 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: enic_res.c 171146 2014-05-02 07:08:20Z ssujith $"
 
 #include "enic_compat.h"
 #include "rte_ethdev.h"
index ea60f6a..49f7e22 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id: enic_res.h 173137 2014-05-16 03:27:22Z sanpilla $"
 
 #ifndef _ENIC_RES_H_
 #define _ENIC_RES_H_