All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael Opdenacker" <michael.opdenacker@bootlin.com>
To: Matthias Klein <matthias@extraklein.de>,
	openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][PATCH] runqemu: Fix typo in error message
Date: Wed, 4 Aug 2021 11:34:58 +0200	[thread overview]
Message-ID: <335a9653-429a-3ee3-13fa-f2759848fec5@bootlin.com> (raw)
In-Reply-To: <20210804085339.1894-1-matthias@extraklein.de>

Hi Matthias,

On 8/4/21 10:53 AM, Matthias Klein wrote:
> Signed-off-by: Matthias Klein <matthias@extraklein.de>
> ---
>  scripts/runqemu | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/runqemu b/scripts/runqemu
> index 2914f15d06..9c92eec030 100755
> --- a/scripts/runqemu
> +++ b/scripts/runqemu
> @@ -776,7 +776,7 @@ class BaseConfig(object):
>                  raise RunQemuError('BIOS not found: %s' % bios_match_name)
>  
>          if not os.path.exists(self.bios):
> -            raise RunQemuError("KERNEL %s not found" % self.bios)
> +            raise RunQemuError("BIOS %s not found" % self.bios)
>  
>  
>      def check_mem(self):


Thanks for the patch. I caught that before, but then forgot to propose a
patch.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


      reply	other threads:[~2021-08-04  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-04  8:53 [OE-core][PATCH] runqemu: Fix typo in error message Matthias Klein
2021-08-04  9:34 ` Michael Opdenacker [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=335a9653-429a-3ee3-13fa-f2759848fec5@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=matthias@extraklein.de \
    --cc=openembedded-core@lists.openembedded.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.