linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390/qdio: Fix spelling mistake
@ 2022-06-23  6:05 Zhang Jiaming
  2022-06-27 16:18 ` Benjamin Block
  2022-06-28 12:44 ` Alexander Gordeev
  0 siblings, 2 replies; 3+ messages in thread
From: Zhang Jiaming @ 2022-06-23  6:05 UTC (permalink / raw)
  To: hca, gor, agordeev, borntraeger, svens
  Cc: jwi, bblock, davem, linux-s390, linux-kernel, liqiong, renyu,
	Zhang Jiaming

Change 'defineable' to 'definable'.
Change 'paramater' to 'parameter'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 arch/s390/include/asm/qdio.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/s390/include/asm/qdio.h b/arch/s390/include/asm/qdio.h
index 54ae2dc65e3b..2f983e0b95e0 100644
--- a/arch/s390/include/asm/qdio.h
+++ b/arch/s390/include/asm/qdio.h
@@ -133,9 +133,9 @@ struct slibe {
  * @sb_count: number of storage blocks
  * @sba: storage block element addresses
  * @dcount: size of storage block elements
- * @user0: user defineable value
- * @res4: reserved paramater
- * @user1: user defineable value
+ * @user0: user definable value
+ * @res4: reserved parameter
+ * @user1: user definable value
  */
 struct qaob {
 	u64 res0[6];
-- 
2.25.1


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

* Re: [PATCH] s390/qdio: Fix spelling mistake
  2022-06-23  6:05 [PATCH] s390/qdio: Fix spelling mistake Zhang Jiaming
@ 2022-06-27 16:18 ` Benjamin Block
  2022-06-28 12:44 ` Alexander Gordeev
  1 sibling, 0 replies; 3+ messages in thread
From: Benjamin Block @ 2022-06-27 16:18 UTC (permalink / raw)
  To: Zhang Jiaming, Heiko Carstens, Alexander Gordeev
  Cc: gor, borntraeger, svens, linux-s390, linux-kernel, liqiong, renyu

On Thu, Jun 23, 2022 at 02:05:43PM +0800, Zhang Jiaming wrote:
> Change 'defineable' to 'definable'.
> Change 'paramater' to 'parameter'.
> 
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
> ---
>  arch/s390/include/asm/qdio.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/s390/include/asm/qdio.h b/arch/s390/include/asm/qdio.h
> index 54ae2dc65e3b..2f983e0b95e0 100644
> --- a/arch/s390/include/asm/qdio.h
> +++ b/arch/s390/include/asm/qdio.h
> @@ -133,9 +133,9 @@ struct slibe {
>   * @sb_count: number of storage blocks
>   * @sba: storage block element addresses
>   * @dcount: size of storage block elements
> - * @user0: user defineable value
> - * @res4: reserved paramater
> - * @user1: user defineable value
> + * @user0: user definable value
> + * @res4: reserved parameter
> + * @user1: user definable value

Reviewed-by: Benjamin Block <bblock@linux.ibm.com>

Heiko, Alexander, can you queue this please? Don't think we need any
more reviews here.

>   */
>  struct qaob {
>  	u64 res0[6];
> -- 
> 2.25.1
> 

-- 
Best Regards, Benjamin Block  / Linux on IBM Z Kernel Development / IBM Systems
IBM Deutschland Research & Development GmbH    /    https://www.ibm.com/privacy
Vorsitz. AufsR.: Gregor Pillen         /         Geschäftsführung: David Faller
Sitz der Gesellschaft: Böblingen / Registergericht: AmtsG Stuttgart, HRB 243294

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

* Re: [PATCH] s390/qdio: Fix spelling mistake
  2022-06-23  6:05 [PATCH] s390/qdio: Fix spelling mistake Zhang Jiaming
  2022-06-27 16:18 ` Benjamin Block
@ 2022-06-28 12:44 ` Alexander Gordeev
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Gordeev @ 2022-06-28 12:44 UTC (permalink / raw)
  To: Zhang Jiaming
  Cc: hca, gor, borntraeger, svens, jwi, bblock, davem, linux-s390,
	linux-kernel, liqiong, renyu

On Thu, Jun 23, 2022 at 02:05:43PM +0800, Zhang Jiaming wrote:
> Change 'defineable' to 'definable'.
> Change 'paramater' to 'parameter'.
> 
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
> ---
>  arch/s390/include/asm/qdio.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/s390/include/asm/qdio.h b/arch/s390/include/asm/qdio.h
> index 54ae2dc65e3b..2f983e0b95e0 100644
> --- a/arch/s390/include/asm/qdio.h
> +++ b/arch/s390/include/asm/qdio.h
> @@ -133,9 +133,9 @@ struct slibe {
>   * @sb_count: number of storage blocks
>   * @sba: storage block element addresses
>   * @dcount: size of storage block elements
> - * @user0: user defineable value
> - * @res4: reserved paramater
> - * @user1: user defineable value
> + * @user0: user definable value
> + * @res4: reserved parameter
> + * @user1: user definable value
>   */
>  struct qaob {
>  	u64 res0[6];

Applied, thanks!

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

end of thread, other threads:[~2022-06-28 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  6:05 [PATCH] s390/qdio: Fix spelling mistake Zhang Jiaming
2022-06-27 16:18 ` Benjamin Block
2022-06-28 12:44 ` Alexander Gordeev

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).