From 158c93b05e78a732a7160d452d6d05e537da2221 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 00:34:23 +0100
Subject: [PATCH] Fix incorrect @file lines

---
 compute/pzunglq_param.c                                      | 2 +-
 coreblas/include/coreblas/coreblas_z.h                       | 2 +-
 coreblas/include/coreblas/coreblas_zc.h                      | 2 +-
 cudablas/compute/cuda_zgemerge.c                             | 2 +-
 example/basic_zposv/zposv_morse_functions.c                  | 2 +-
 example/basic_zposv/zposv_users_functions.c                  | 2 +-
 example/out_of_core/out_of_core.c                            | 2 +-
 include/chameleon/morse_runtime.h                            | 2 +-
 plasma-conversion/insert-licence/insert-licence-chameleon.sh | 2 +-
 runtime/parsec/codelets/codelet_zherfb.c                     | 2 +-
 runtime/parsec/codelets/codelet_zlatro.c                     | 2 +-
 runtime/parsec/codelets/codelet_ztpmqrt.c                    | 2 +-
 runtime/parsec/codelets/codelet_ztsmqr_hetra1.c              | 2 +-
 runtime/quark/codelets/codelet_zherfb.c                      | 2 +-
 runtime/quark/codelets/codelet_zlatro.c                      | 2 +-
 runtime/quark/codelets/codelet_ztpmqrt.c                     | 2 +-
 runtime/quark/codelets/codelet_ztsmqr_hetra1.c               | 2 +-
 runtime/starpu/include/chameleon_starpu.h.in                 | 2 +-
 runtime/starpu/include/runtime_profiling.h                   | 2 +-
 testing/testing_zgeadd.c                                     | 2 +-
 testing/testing_zgeqrf_qdwh.c                                | 2 +-
 testing/testing_zgesv_incpiv.c                               | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index 4d6895e69..7ea66c8a1 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file pzunglq_pram.c
+ * @file pzunglq_param.c
  *
  *  MORSE auxiliary routines
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index bae8cf6a9..89eafb433 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file core_zblas.h
+ * @file coreblas_z.h
  *
  *  PLASMA auxiliary routines
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h
index 11b90d7fa..a4bc6d9ce 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file core_zcblas.h
+ * @file coreblas_zc.h
  *
  *  PLASMA auxiliary routines
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c
index e3a4739a0..88b1e2106 100644
--- a/cudablas/compute/cuda_zgemerge.c
+++ b/cudablas/compute/cuda_zgemerge.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file cuda_zmerge.c
+ * @file cuda_zgemerge.c
  *
  *  MORSE cudablas kernel
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/example/basic_zposv/zposv_morse_functions.c b/example/basic_zposv/zposv_morse_functions.c
index 3fe9e6075..74e345ce5 100644
--- a/example/basic_zposv/zposv_morse_functions.c
+++ b/example/basic_zposv/zposv_morse_functions.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file basic_zpotrf.c
+ * @file zposv_morse_functions.c
  *
  *  MORSE example routines
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
diff --git a/example/basic_zposv/zposv_users_functions.c b/example/basic_zposv/zposv_users_functions.c
index 764f74ea9..2578deec4 100644
--- a/example/basic_zposv/zposv_users_functions.c
+++ b/example/basic_zposv/zposv_users_functions.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file basic_zpotrf.c
+ * @file zposv_users_functions.c
  *
  *  MORSE example routines
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
diff --git a/example/out_of_core/out_of_core.c b/example/out_of_core/out_of_core.c
index bb2e9f320..e8c91ec16 100644
--- a/example/out_of_core/out_of_core.c
+++ b/example/out_of_core/out_of_core.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file ooc.c
+ * @file out_of_core.c
  *
  *  MORSE example routines
  *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
diff --git a/include/chameleon/morse_runtime.h b/include/chameleon/morse_runtime.h
index 7618c79e4..ead48cbd0 100644
--- a/include/chameleon/morse_runtime.h
+++ b/include/chameleon/morse_runtime.h
@@ -5,7 +5,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime.h
+ * @file morse_runtime.h
  *
  *  CHAMELEON runtimes API
  *
diff --git a/plasma-conversion/insert-licence/insert-licence-chameleon.sh b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
index baec98fa0..cd70ccc26 100755
--- a/plasma-conversion/insert-licence/insert-licence-chameleon.sh
+++ b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
@@ -36,7 +36,7 @@
 #
 ###
 #
-#  @file insert-licence.sh
+#  @file insert-licence-chameleon.sh
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c
index dec56e07b..1e0312ec9 100644
--- a/runtime/parsec/codelets/codelet_zherfb.c
+++ b/runtime/parsec/codelets/codelet_zherfb.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file qwrapper_zherfb.c
+ * @file codelet_zherfb.c
  *
  *  PLASMA core_blas quark wrapper
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c
index 4eee372d0..860522b87 100644
--- a/runtime/parsec/codelets/codelet_zlatro.c
+++ b/runtime/parsec/codelets/codelet_zlatro.c
@@ -6,7 +6,7 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
- * @file qwrapper_zlatro.c
+ * @file codelet_zlatro.c
  *
  *  PLASMA core_blas quark wrapper
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index 6b480877a..ec3b75762 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file codelet_ztpqrt.c
+ * @file codelet_ztpmqrt.c
  *
  *  MORSE codelets kernel
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
index 58020c360..b7b1c882d 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file codelets_ztsmqr_hetra1.c
+ * @file codelet_ztsmqr_hetra1.c
  *
  *  PLASMA core_blas quark wrapper
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c
index b266c36cc..60d505601 100644
--- a/runtime/quark/codelets/codelet_zherfb.c
+++ b/runtime/quark/codelets/codelet_zherfb.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file qwrapper_zherfb.c
+ * @file codelet_zherfb.c
  *
  *  PLASMA core_blas quark wrapper
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c
index c8318ba53..0ab22002b 100644
--- a/runtime/quark/codelets/codelet_zlatro.c
+++ b/runtime/quark/codelets/codelet_zlatro.c
@@ -6,7 +6,7 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
- * @file qwrapper_zlatro.c
+ * @file codelet_zlatro.c
  *
  *  PLASMA core_blas quark wrapper
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index b3949f755..d399ffb15 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file codelet_ztpqrt.c
+ * @file codelet_ztpmqrt.c
  *
  *  MORSE codelets kernel
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
index d990a9edc..e8587e4c2 100644
--- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file codelets_ztsmqr_hetra1.c
+ * @file codelet_ztsmqr_hetra1.c
  *
  *  PLASMA core_blas quark wrapper
  *  PLASMA is a software package provided by Univ. of Tennessee,
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index edc12b534..9fe5a4527 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file morse_starpu.h
+ * @file chameleon_starpu.h
  *
  *  MORSE codelets kernel
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h
index 9ff0a82cb..863c42cf2 100644
--- a/runtime/starpu/include/runtime_profiling.h
+++ b/runtime/starpu/include/runtime_profiling.h
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file runtime_progiling.h
+ * @file runtime_profiling.h
  *
  *  MORSE codelets kernel
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index ceae69c87..629d52f8d 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file testing_zgemm.c
+ * @file testing_zgeadd.c
  *
  *  MORSE testing routines
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/testing/testing_zgeqrf_qdwh.c b/testing/testing_zgeqrf_qdwh.c
index 1af3a70ab..8a9812692 100644
--- a/testing/testing_zgeqrf_qdwh.c
+++ b/testing/testing_zgeqrf_qdwh.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file testing_zgels.c
+ * @file testing_zgeqrf_qdwh.c
  *
  *  MORSE testing routines
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
index b3bf90f44..c62d2bae8 100644
--- a/testing/testing_zgesv_incpiv.c
+++ b/testing/testing_zgesv_incpiv.c
@@ -7,7 +7,7 @@
  *
  ***
  *
- * @file testing_zgesv.c
+ * @file testing_zgesv_incpiv.c
  *
  *  MORSE testing routines
  *  MORSE is a software package provided by Univ. of Tennessee,
-- 
GitLab