From: Juergen Beisert <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] PTXdist: fix a typo in the macro documentation
Date: Mon, 3 Feb 2014 11:00:14 +0100 [thread overview]
Message-ID: <201402031100.14113.jbe@pengutronix.de> (raw)
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
diff --git a/rules/pre/000-option-disabled.make b/rules/pre/000-option-disabled.make
index 0864d27..c252bff 100644
--- a/rules/pre/000-option-disabled.make
+++ b/rules/pre/000-option-disabled.make
@@ -44,8 +44,8 @@ endef
#
# SYMBOL == val ? "yes" : "no"
#
-# $(call ptx/ifdeq, SYMBOL, val, yes, no)
-# $1, $2, $3, $4
+# $(call ptx/ifeq, SYMBOL, val, yes, no)
+# $1, $2, $3, $4
#
define ptx/ifeq
$(strip $(if $(filter $(strip $(2)),$($(strip $(1)))),$(3),$(4)))
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2014-02-03 9:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=201402031100.14113.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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