]> git.droids-corp.org - dpdk.git/commitdiff
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 c4189679aadee471fc8876a8a5a6c3a8cb004ca0..f3ef6bb514b9066351bcae131be9d2fc329bfb9f 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 669a2b50739c812b1c71ac863467ec152851fbd2..f9822a450022f3209f6ca56cfe12ae9dc32c7be9 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 f38ff2a119c6d292e39226447100ddee01fc2efb..7292d9dc656c9708f0a1d6f436e5ae98300edb83 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 cda97e4e816f281490128fed600dcbe169dd1d96..2f65f357b7652efed63f0b10d43db79c5e72fbc4 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 0928d7202b5e27f87b7685872d29d84de7c8a4bf..922391b3bf659725eaf5e31cfa58efd5c47b239a 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 f56673462e017334bc0f1c354a9b660a086c9c59..615386462e900f2f61d1df937fd3a67dcae8d328 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <rte_memzone.h>
 #include <rte_memcpy.h>
index f58335724c123024bc204e393562c717443ed936..113d6acc32df777e1056338d83e009439348bd14 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 e7ecf31a3cae01ee4c402f2fbdaa31c07fc2873a..b3d5a6cc1735d0ed87dc8b8e95ca75a47ad48b46 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 9d3cc07e391103925f005ba1d850a77c9b5817b6..cc34998fb9c46d27ea8df577671226dbacbd935c 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 84368afc90778bdcba47c5c02a3cd042bd8393ec..04bb42618c7afa02714698d3bf7b9cea7b704aa8 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 ecb82bf4c798a454d631b47de0f90228956c5a5c..da089bcf3aca15faccb9e1386ec777a2bb0cfe4f 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 332cfb4fa52bd4af3374d6dcebeda470f6a486d3..88907c0001db2a22cc848762abb2b3daacccf3db 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 2512712e67b289464ac8c5a9fd39a51bb382b291..b7a9b612952d2f856fa36940f8256ae156629837 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 3a4b65ab4c781d6ee2078584eb88243a2952d52e..14416047b0a1ab4feb271dc863f7c0925abe6969 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 54b6612362030bfce992061cfa8c58f278797d8c..0f5c3c181d7fe783f810cfd72194523f26f74cff 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 5ff76b1447faeb72a6c91662c262d4dc9be4c2a1..1cf055b0ca6424dc61a3d62329f067e9f748c80c 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include "enic_compat.h"
 #include "vnic_rss.h"
index 45ed3d2aa9fe301dd93507011d560d64b555f9fb..ebb18b595daf5eaaca2278c298cc4ad86f8bcfd0 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 ac5aa72295ee8b98b9890c72d3aa9e6fb9e04d87..0c779d8a3404f708f063f6de899fd6dd6aeb5288 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 e52cef0be11fe18f740bddc7ceb30b3515b10213..a3ef4170a0cc6e9ed83a55f279504b1d24885d98 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 f8219ad5d9f606fedd7510c42dd5ea965b0799be..c23de62578e58f8b6351ffe2985d94d4df8079ba 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 ff2b76800c44694dc6d7949f9eabf7477307c956..db41d00e14472c10349930076081b69973e6a24a 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 1417b0cac96716bb49e03d75fe2e18f3393aef59..91faeafb9cf9028f9b9abc6a599cac58713b6c3b 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #ifndef _ENIC_H_
 #define _ENIC_H_
index 656b25bccf343a7f530da4af88c1e250b2d324fa..205098574910878729ee6bcd437b49c2326b3910 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <libgen.h>
 
index f3598ed68d81838dfb77d7a68a4ae1f0405809d4..5dbd983baba0e9865f92022edf504e3406910265 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #ifndef _ENIC_COMPAT_H_
 #define _ENIC_COMPAT_H_
index 8280ceafe15714b033f1dadad2795d2d427622d7..3aef196d6fffb96e2882dd375a8b014d759b632a 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <stdio.h>
 #include <stdint.h>
index 3b8719f89fb49afe8cc55cfc961d94015b564538..398ada24885e0a1fc0611c5945bd7a2e2ac6a620 100644 (file)
@@ -31,7 +31,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  *
  */
-#ident "$Id$"
 
 #include <stdio.h>
 
index 12a337c072d646fd3fda6da399737acbd8fbc965..ebe379dd8ae73354a2b5463d9b9bc23bb4230a78 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 ea60f6a3058b1eaf5cad6e67af1f101cb3ef1e90..49f7e22d4ff8653834671f950d495d7ae3339645 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_