linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@aj.id.au>
To: bartekgola@gmail.com, linux-gpio@vger.kernel.org
Subject: [PATCH libgpiod 2/2] configure: Drop unnecessary double-quote character
Date: Fri, 13 Aug 2021 11:14:13 +0930	[thread overview]
Message-ID: <20210813014413.4080109-3-andrew@aj.id.au> (raw)
In-Reply-To: <20210813014413.4080109-1-andrew@aj.id.au>

The double-quote was also missing its matching pair.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 351d5479a319..ce6de99c1edd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,7 +139,7 @@ then
 		AC_CHECK_PROG([has_bats], [bats], [true], [false])
 		if test "x$has_bats" = "xfalse"
 		then
-			AC_MSG_NOTICE(["bats not found - gpio-tools tests cannot be run])
+			AC_MSG_NOTICE([bats not found - gpio-tools tests cannot be run])
 		fi
 	fi
 fi
-- 
2.30.2


  parent reply	other threads:[~2021-08-13  1:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13  1:44 [PATCH libgpiod 0/2] configure: Minor cleanups Andrew Jeffery
2021-08-13  1:44 ` [PATCH libgpiod 1/2] configure: Fix 'flase' typo in bats dependency test Andrew Jeffery
2021-08-13  1:44 ` Andrew Jeffery [this message]
2021-08-13  8:01 ` [PATCH libgpiod 0/2] configure: Minor cleanups Bartosz Golaszewski

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=20210813014413.4080109-3-andrew@aj.id.au \
    --to=andrew@aj.id.au \
    --cc=bartekgola@gmail.com \
    --cc=linux-gpio@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).