All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: kwboot: Fix spelling of "followed" in kwboot.1
@ 2022-04-20  0:48 Vagrant Cascadian
  2022-04-20 13:02 ` Marek Behún
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2022-04-20  0:48 UTC (permalink / raw)
  To: u-boot; +Cc: Vagrant Cascadian, Marek Behún, Pali Rohár, Stefan Roese

Fix spelling of "followed" in kwboot.1 manpage.

Series: 2
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

Changes in v2:
Use "tools: kwboot:" prefix.
Add full commit message.

 doc/kwboot.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/kwboot.1 b/doc/kwboot.1
index f555ff26a2..d663bf1f77 100644
--- a/doc/kwboot.1
+++ b/doc/kwboot.1
@@ -74,7 +74,7 @@ BootROM's standard input and BootROM's terminal echo are active and working
 fine. To workaround this BootROM bug with standard output, it is possible
 to manually overwrite BootROM variables stored in SRAM which BootROM use
 for checking if standard output is enabled or not. To enable BootROM
-standard output on UART, type this command folled by ENTER key:
+standard output on UART, type this command followed by ENTER key:
 
 .RS 1.2i
 .TP
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools: kwboot: Fix spelling of "followed" in kwboot.1
  2022-04-20  0:48 [PATCH] tools: kwboot: Fix spelling of "followed" in kwboot.1 Vagrant Cascadian
@ 2022-04-20 13:02 ` Marek Behún
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Behún @ 2022-04-20 13:02 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: u-boot, Pali Rohár, Stefan Roese

On Tue, 19 Apr 2022 17:48:27 -0700
Vagrant Cascadian <vagrant@debian.org> wrote:

> Fix spelling of "followed" in kwboot.1 manpage.
> 
> Series: 2
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>

This "Series: 2" line does not belong into commit message, becuase it
would end up in 'git log', which doesn't make sense :-)

Instead the commit subject should look like
  [PATCH v2] ...
which can be done by
  git format-patch --subject-prefix="PATCH v2"

But I guess Stefan can remove it when applying the patch, so

Reviewed-by: Marek Behún <marek.behun@nic.cz>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-20 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20  0:48 [PATCH] tools: kwboot: Fix spelling of "followed" in kwboot.1 Vagrant Cascadian
2022-04-20 13:02 ` Marek Behún

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.