All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Murray <andrew.murray@arm.com>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: smatch@vger.kernel.org
Subject: [PATCH 4/4] kchecker: remove debug
Date: Mon,  8 Jul 2019 12:22:21 +0100	[thread overview]
Message-ID: <20190708112221.22983-5-andrew.murray@arm.com> (raw)
In-Reply-To: <20190708112221.22983-1-andrew.murray@arm.com>

Remove unnecessary debug from kchecker script when cross-building.

Signed-off-by: Andrew Murray <andrew.murray@arm.com>
---
 smatch_scripts/kchecker | 1 -
 1 file changed, 1 deletion(-)

diff --git a/smatch_scripts/kchecker b/smatch_scripts/kchecker
index 2ca9b0f00f49..229250b4da8b 100755
--- a/smatch_scripts/kchecker
+++ b/smatch_scripts/kchecker
@@ -71,7 +71,6 @@ if  echo $oname | grep -q .o$ ; then
 fi
 
 if [[ ! -z $ARCH ]]; then
-	echo "yes"
 	KERNEL_ARCH="ARCH=$ARCH"
 fi
 if [[ ! -z $CROSS_COMPILE ]] ; then
-- 
2.21.0

  parent reply	other threads:[~2019-07-08 11:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-08 11:22 [PATCH 0/4] Miscellaneous fixes Andrew Murray
2019-07-08 11:22 ` [PATCH 1/4] smdb.py: fix handling of capped ranges Andrew Murray
2019-07-08 11:22 ` [PATCH 2/4] smdb.py: fix param tracking now that we use $ instead of p Andrew Murray
2019-07-08 11:22 ` [PATCH 3/4] user_data: Recognize uaccess for non-x86 architectures Andrew Murray
2019-07-08 11:22 ` Andrew Murray [this message]
2019-07-17 10:18 ` [PATCH 0/4] Miscellaneous fixes Dan Carpenter
2019-10-07 14:20   ` Andrew Murray

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=20190708112221.22983-5-andrew.murray@arm.com \
    --to=andrew.murray@arm.com \
    --cc=dan.carpenter@oracle.com \
    --cc=smatch@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.