Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [PATCH lttng-tool] Comments fix: lttngerr.h -> error.h (./Changelog:754)
@ 2014-02-24  0:50 Jonathan Rajotte
  2014-02-24 18:05 ` David Goulet
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Rajotte @ 2014-02-24  0:50 UTC (permalink / raw)



Signed-off-by: Jonathan Rajotte <jonathan.r.julien at gmail.com>
---
 tests/unit/test_kernel_data.c             |    2 +-
 tests/unit/test_session.c                 |    2 +-
 tests/unit/test_uri.c                     |    2 +-
 tests/unit/test_ust_data.c                |    2 +-
 tests/unit/test_utils_expand_path.c       |    2 +-
 tests/unit/test_utils_parse_size_suffix.c |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/unit/test_kernel_data.c b/tests/unit/test_kernel_data.c
index 16d4f7b..e2182e9 100644
--- a/tests/unit/test_kernel_data.c
+++ b/tests/unit/test_kernel_data.c
@@ -35,7 +35,7 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 10
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
diff --git a/tests/unit/test_session.c b/tests/unit/test_session.c
index 7242edd..a0e84e9 100644
--- a/tests/unit/test_session.c
+++ b/tests/unit/test_session.c
@@ -43,7 +43,7 @@
 
 static struct ltt_session_list *session_list;
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 0;
 
diff --git a/tests/unit/test_uri.c b/tests/unit/test_uri.c
index ef852c0..7cac95d 100644
--- a/tests/unit/test_uri.c
+++ b/tests/unit/test_uri.c
@@ -22,7 +22,7 @@
 
 #include <common/uri.h>
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
diff --git a/tests/unit/test_ust_data.c b/tests/unit/test_ust_data.c
index c52a71b..bc3154c 100644
--- a/tests/unit/test_ust_data.c
+++ b/tests/unit/test_ust_data.c
@@ -41,7 +41,7 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 10
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
diff --git a/tests/unit/test_utils_expand_path.c b/tests/unit/test_utils_expand_path.c
index 1e0863f..fe709ac 100644
--- a/tests/unit/test_utils_expand_path.c
+++ b/tests/unit/test_utils_expand_path.c
@@ -28,7 +28,7 @@
 
 #include <src/common/utils.h>
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
diff --git a/tests/unit/test_utils_parse_size_suffix.c b/tests/unit/test_utils_parse_size_suffix.c
index 3b9c68c..990aa1b 100644
--- a/tests/unit/test_utils_parse_size_suffix.c
+++ b/tests/unit/test_utils_parse_size_suffix.c
@@ -23,7 +23,7 @@
 
 #include <src/common/utils.h>
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
-- 
1.7.9.5


-- 
Jonathan Rajotte Julien
Charg? de laboratoire INF1995
Membre MD6
Polytechnique Montr?al



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [lttng-dev] [PATCH lttng-tool] Comments fix: lttngerr.h -> error.h (./Changelog:754)
  2014-02-24  0:50 [lttng-dev] [PATCH lttng-tool] Comments fix: lttngerr.h -> error.h (./Changelog:754) Jonathan Rajotte
@ 2014-02-24 18:05 ` David Goulet
  0 siblings, 0 replies; 2+ messages in thread
From: David Goulet @ 2014-02-24 18:05 UTC (permalink / raw)


Merged!

Thanks

On 23 Feb (19:50:52), Jonathan Rajotte wrote:
> 
> Signed-off-by: Jonathan Rajotte <jonathan.r.julien at gmail.com>
> ---
>  tests/unit/test_kernel_data.c             |    2 +-
>  tests/unit/test_session.c                 |    2 +-
>  tests/unit/test_uri.c                     |    2 +-
>  tests/unit/test_ust_data.c                |    2 +-
>  tests/unit/test_utils_expand_path.c       |    2 +-
>  tests/unit/test_utils_parse_size_suffix.c |    2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/tests/unit/test_kernel_data.c b/tests/unit/test_kernel_data.c
> index 16d4f7b..e2182e9 100644
> --- a/tests/unit/test_kernel_data.c
> +++ b/tests/unit/test_kernel_data.c
> @@ -35,7 +35,7 @@
>  /* Number of TAP tests in this file */
>  #define NUM_TESTS 10
>  
> -/* For lttngerr.h */
> +/* For error.h */
>  int lttng_opt_quiet = 1;
>  int lttng_opt_verbose;
>  
> diff --git a/tests/unit/test_session.c b/tests/unit/test_session.c
> index 7242edd..a0e84e9 100644
> --- a/tests/unit/test_session.c
> +++ b/tests/unit/test_session.c
> @@ -43,7 +43,7 @@
>  
>  static struct ltt_session_list *session_list;
>  
> -/* For lttngerr.h */
> +/* For error.h */
>  int lttng_opt_quiet = 1;
>  int lttng_opt_verbose = 0;
>  
> diff --git a/tests/unit/test_uri.c b/tests/unit/test_uri.c
> index ef852c0..7cac95d 100644
> --- a/tests/unit/test_uri.c
> +++ b/tests/unit/test_uri.c
> @@ -22,7 +22,7 @@
>  
>  #include <common/uri.h>
>  
> -/* For lttngerr.h */
> +/* For error.h */
>  int lttng_opt_quiet = 1;
>  int lttng_opt_verbose = 3;
>  
> diff --git a/tests/unit/test_ust_data.c b/tests/unit/test_ust_data.c
> index c52a71b..bc3154c 100644
> --- a/tests/unit/test_ust_data.c
> +++ b/tests/unit/test_ust_data.c
> @@ -41,7 +41,7 @@
>  /* Number of TAP tests in this file */
>  #define NUM_TESTS 10
>  
> -/* For lttngerr.h */
> +/* For error.h */
>  int lttng_opt_quiet = 1;
>  int lttng_opt_verbose;
>  
> diff --git a/tests/unit/test_utils_expand_path.c b/tests/unit/test_utils_expand_path.c
> index 1e0863f..fe709ac 100644
> --- a/tests/unit/test_utils_expand_path.c
> +++ b/tests/unit/test_utils_expand_path.c
> @@ -28,7 +28,7 @@
>  
>  #include <src/common/utils.h>
>  
> -/* For lttngerr.h */
> +/* For error.h */
>  int lttng_opt_quiet = 1;
>  int lttng_opt_verbose = 3;
>  
> diff --git a/tests/unit/test_utils_parse_size_suffix.c b/tests/unit/test_utils_parse_size_suffix.c
> index 3b9c68c..990aa1b 100644
> --- a/tests/unit/test_utils_parse_size_suffix.c
> +++ b/tests/unit/test_utils_parse_size_suffix.c
> @@ -23,7 +23,7 @@
>  
>  #include <src/common/utils.h>
>  
> -/* For lttngerr.h */
> +/* For error.h */
>  int lttng_opt_quiet = 1;
>  int lttng_opt_verbose = 3;
>  
> -- 
> 1.7.9.5
> 
> 
> -- 
> Jonathan Rajotte Julien
> Charg? de laboratoire INF1995
> Membre MD6
> Polytechnique Montr?al
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: Digital signature
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20140224/887de2a3/attachment.pgp>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-24 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-24  0:50 [lttng-dev] [PATCH lttng-tool] Comments fix: lttngerr.h -> error.h (./Changelog:754) Jonathan Rajotte
2014-02-24 18:05 ` David Goulet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox