* [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c
@ 2010-09-05 9:26 Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alexandre Montplaisir @ 2010-09-05 9:26 UTC (permalink / raw)
Small patch to fix typo/mispelling of sstack_item_new_event() in
lttv/modules/text/sstack.h
(GCC merely throws a warning, but Launchpad would throw a build error on
amd64.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sstack-new-event-definition.patch
Type: text/x-patch
Size: 655 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20100905/a62812ec/attachment-0003.bin>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c
2010-09-05 9:26 [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c Alexandre Montplaisir
@ 2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-06 0:37 ` Mathieu Desnoyers
2 siblings, 0 replies; 4+ messages in thread
From: Alexandre Montplaisir @ 2010-09-05 9:26 UTC (permalink / raw)
Small patch to fix typo/mispelling of sstack_item_new_event() in
lttv/modules/text/sstack.h
(GCC merely throws a warning, but Launchpad would throw a build error on
amd64.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sstack-new-event-definition.patch
Type: text/x-patch
Size: 655 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20100905/a62812ec/attachment-0002.bin>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c
2010-09-05 9:26 [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
@ 2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-06 0:37 ` Mathieu Desnoyers
2 siblings, 0 replies; 4+ messages in thread
From: Alexandre Montplaisir @ 2010-09-05 9:26 UTC (permalink / raw)
Small patch to fix typo/mispelling of sstack_item_new_event() in
lttv/modules/text/sstack.h
(GCC merely throws a warning, but Launchpad would throw a build error on
amd64.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sstack-new-event-definition.patch
Type: text/x-patch
Size: 655 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20100905/a62812ec/attachment.bin>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c
2010-09-05 9:26 [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
@ 2010-09-06 0:37 ` Mathieu Desnoyers
2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Desnoyers @ 2010-09-06 0:37 UTC (permalink / raw)
Hi Alexandre,
Thanks for the patch, merged !
By the way, for the next patch, I would prefer if you could write the
whole description along with the patch inline in the email rather than
splitting those in attachements. It makes it easier for me to pull it
into the git tree.
Thanks!
Mathieu
* Alexandre Montplaisir (alexandre.montplaisir at polymtl.ca) wrote:
> Small patch to fix typo/mispelling of sstack_item_new_event() in
> lttv/modules/text/sstack.h
>
> (GCC merely throws a warning, but Launchpad would throw a build error on
> amd64.)
> Fix typo in sstack_item_new_event() definition.
> Index: lttv-0.12.35/lttv/modules/text/sstack.h
> ===================================================================
> --- lttv-0.12.35.orig/lttv/modules/text/sstack.h 2010-09-05 04:45:24.387549302 -0400
> +++ lttv-0.12.35/lttv/modules/text/sstack.h 2010-09-05 04:45:29.998185674 -0400
> @@ -67,7 +67,7 @@
> struct sstack_item *sstack_item_new(void);
> struct sstack_item *sstack_item_new_push(unsigned char finished);
> struct sstack_item *sstack_item_new_pop(void);
> -struct sstack_item *sstack_item_new_evt(void);
> +struct sstack_item *sstack_item_new_event(void);
>
> extern void print_stack(struct sstack *stack);
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-06 0:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-05 9:26 [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-06 0:37 ` Mathieu Desnoyers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox