All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] docs/misc: xen-command-line: fix parameters in sample serial configuration
@ 2020-02-01  1:20 Sarah Newman
  2020-02-03 11:17 ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Sarah Newman @ 2020-02-01  1:20 UTC (permalink / raw)
  To: xen-devel; +Cc: Sarah Newman

The names of the serial parameters use hyphens, not underscores.

Signed-off-by: Sarah Newman <srn@prgmr.com>
---
 docs/misc/xen-command-line.pandoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc
index 5eb3a07276..5051583a5d 100644
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -369,8 +369,8 @@ The accepted name keywords for name=value pairs are:
 The following are examples of correct specifications:
 
     com1=115200,8n1,0x3f8,4
-    com1=115200,8n1,0x3f8,4,reg_width=4,reg_shift=2
-    com1=baud=115200,parity=n,stop_bits=1,io_base=0x3f8,reg_width=4
+    com1=115200,8n1,0x3f8,4,reg-width=4,reg-shift=2
+    com1=baud=115200,parity=n,stop-bits=1,io-base=0x3f8,reg-width=4
 
 ### conring_size
 > `= <size>`
-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] docs/misc: xen-command-line: fix parameters in sample serial configuration
  2020-02-01  1:20 [Xen-devel] [PATCH] docs/misc: xen-command-line: fix parameters in sample serial configuration Sarah Newman
@ 2020-02-03 11:17 ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2020-02-03 11:17 UTC (permalink / raw)
  To: Sarah Newman; +Cc: xen-devel

On 01.02.2020 02:20, Sarah Newman wrote:
> The names of the serial parameters use hyphens, not underscores.
> 
> Signed-off-by: Sarah Newman <srn@prgmr.com>

Reviewed-by: Jan Beulich <jbeulich@suse.com>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2020-02-03 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-01  1:20 [Xen-devel] [PATCH] docs/misc: xen-command-line: fix parameters in sample serial configuration Sarah Newman
2020-02-03 11:17 ` Jan Beulich

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.