From: compudj@krystal.dyndns.org (Mathieu Desnoyers)
Subject: [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c
Date: Sun, 5 Sep 2010 20:37:37 -0400 [thread overview]
Message-ID: <20100906003737.GA14418@Krystal> (raw)
In-Reply-To: <4C836250.3090502@polymtl.ca>
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
prev parent reply other threads:[~2010-09-06 0:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-05 9:26 Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-05 9:26 ` Alexandre Montplaisir
2010-09-06 0:37 ` Mathieu Desnoyers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100906003737.GA14418@Krystal \
--to=compudj@krystal.dyndns.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox