mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: mol@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] fixup! block: efi-block-io: add devinfo callback for media info
Date: Wed, 19 Jan 2022 10:31:24 +0100	[thread overview]
Message-ID: <20220119093124.1478127-1-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20220119092827.1476170-1-a.fatoum@pengutronix.de>

The heading could be made a tiny little bit more descriptive.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
Argh, missed to squash
---
 drivers/block/efi-block-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/efi-block-io.c b/drivers/block/efi-block-io.c
index fc6832294b37..086afb378ab4 100644
--- a/drivers/block/efi-block-io.c
+++ b/drivers/block/efi-block-io.c
@@ -108,7 +108,7 @@ static void efi_bio_print_info(struct device_d *dev)
 	struct efi_block_io_media *media = priv->protocol->media;
 	u64 revision = priv->protocol->revision;
 
-	printf("Protocols:\n");
+	printf("Block I/O Media:\n");
 	printf("  revision: 0x%016llx\n", revision);
 	printf("  media_id: 0x%08x\n", media->media_id);
 	printf("  removable_media: %d\n", media->removable_media);
-- 
2.30.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


  reply	other threads:[~2022-01-19  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19  9:28 [PATCH] " Ahmad Fatoum
2022-01-19  9:31 ` Ahmad Fatoum [this message]
2022-01-20  8:36 ` Sascha Hauer

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=20220119093124.1478127-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=mol@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