Linux s390 Architecture development
 help / color / mirror / Atom feed
* [PATCH] arch/s390/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918890.git.joe@perches.com>
@ 2007-12-17 19:30 ` Joe Perches
  2007-12-17 19:30 ` [PATCH] include/asm-s390/: " Joe Perches
  2007-12-18 10:04 ` [PATCH] arch/s390/: " Martin Schwidefsky
  2 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2007-12-17 19:30 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Heiko Carstens, Martin Schwidefsky, linux-s390,
	linux390


Signed-off-by: Joe Perches <joe@perches.com>
---
 arch/s390/crypto/prng.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/s390/crypto/prng.c b/arch/s390/crypto/prng.c
index 8eb3a1a..23ed094 100644
--- a/arch/s390/crypto/prng.c
+++ b/arch/s390/crypto/prng.c
@@ -90,7 +90,7 @@ static ssize_t prng_read(struct file *file, char __user *ubuf, size_t nbytes,
 	int ret = 0;
 	int tmp;
 
-	/* nbytes can be arbitrary long, we spilt it into chunks */
+	/* nbytes can be arbitrary length, we split it into chunks */
 	while (nbytes) {
 		/* same as in extract_entropy_user in random.c */
 		if (need_resched()) {
-- 
1.5.3.7.949.g2221a6

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

* [PATCH] include/asm-s390/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918890.git.joe@perches.com>
  2007-12-17 19:30 ` [PATCH] arch/s390/: Spelling fixes Joe Perches
@ 2007-12-17 19:30 ` Joe Perches
  2007-12-18 10:04 ` [PATCH] arch/s390/: " Martin Schwidefsky
  2 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2007-12-17 19:30 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Heiko Carstens, Martin Schwidefsky, linux-s390,
	linux390


Signed-off-by: Joe Perches <joe@perches.com>
---
 include/asm-s390/cio.h    |    4 ++--
 include/asm-s390/dasd.h   |    2 +-
 include/asm-s390/qdio.h   |    2 +-
 include/asm-s390/zcrypt.h |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/asm-s390/cio.h b/include/asm-s390/cio.h
index 2f08c16..123b557 100644
--- a/include/asm-s390/cio.h
+++ b/include/asm-s390/cio.h
@@ -24,8 +24,8 @@
  * @fmt: format
  * @pfch: prefetch
  * @isic: initial-status interruption control
- * @alcc: adress-limit checking control
- * @ssi: supress-suspended interruption
+ * @alcc: address-limit checking control
+ * @ssi: suppress-suspended interruption
  * @zcc: zero condition code
  * @ectl: extended control
  * @pno: path not operational
diff --git a/include/asm-s390/dasd.h b/include/asm-s390/dasd.h
index 604f68f..3f002e1 100644
--- a/include/asm-s390/dasd.h
+++ b/include/asm-s390/dasd.h
@@ -105,7 +105,7 @@ typedef struct dasd_information_t {
 } dasd_information_t;
 
 /*
- * Read Subsystem Data - Perfomance Statistics
+ * Read Subsystem Data - Performance Statistics
  */ 
 typedef struct dasd_rssd_perf_stats_t {
 	unsigned char  invalid:1;
diff --git a/include/asm-s390/qdio.h b/include/asm-s390/qdio.h
index 74db1dc..828bfcb 100644
--- a/include/asm-s390/qdio.h
+++ b/include/asm-s390/qdio.h
@@ -184,7 +184,7 @@ struct qdr {
 #endif /* QDIO_32_BIT */
 	unsigned long qiba;             /* queue-information-block address */
 	unsigned int  res8;             /* reserved */
-	unsigned int  qkey    :  4;     /* queue-informatio-block key */
+	unsigned int  qkey    :  4;     /* queue-information-block key */
 	unsigned int  res9    : 28;     /* reserved */
 /*	union _qd {*/ /* why this? */
 		struct qdesfmt0 qdf0[126];
diff --git a/include/asm-s390/zcrypt.h b/include/asm-s390/zcrypt.h
index a5dada6..f228f1b 100644
--- a/include/asm-s390/zcrypt.h
+++ b/include/asm-s390/zcrypt.h
@@ -117,7 +117,7 @@ struct CPRBX {
 	unsigned char	padx004[16 - sizeof (char *)];
 	unsigned char *	req_extb;	/* request extension block 'addr'*/
 	unsigned char	padx005[16 - sizeof (char *)];
-	unsigned char *	rpl_extb;	/* reply extension block 'addres'*/
+	unsigned char *	rpl_extb;	/* reply extension block 'address'*/
 	unsigned short	ccp_rtcode;	/* server return code		 */
 	unsigned short	ccp_rscode;	/* server reason code		 */
 	unsigned int	mac_data_len;	/* Mac Data Length		 */
-- 
1.5.3.7.949.g2221a6

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

* Re: [PATCH] arch/s390/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918890.git.joe@perches.com>
  2007-12-17 19:30 ` [PATCH] arch/s390/: Spelling fixes Joe Perches
  2007-12-17 19:30 ` [PATCH] include/asm-s390/: " Joe Perches
@ 2007-12-18 10:04 ` Martin Schwidefsky
  2 siblings, 0 replies; 3+ messages in thread
From: Martin Schwidefsky @ 2007-12-18 10:04 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Andrew Morton, Heiko Carstens, linux-s390, linux390

Hi Joe,
I've added all three spelling fix patches to the git390. The patch for
drivers lost one hunk because there is another patch in the git390 tree
that removes the comment you are trying to fix. Your patches will be
included in the big merge frenzy after 2.6.24 has been released.
Thanks.

-- 
blue skies,
  Martin.

"Reality continues to ruin my life." - Calvin.

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

end of thread, other threads:[~2007-12-18 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918890.git.joe@perches.com>
2007-12-17 19:30 ` [PATCH] arch/s390/: Spelling fixes Joe Perches
2007-12-17 19:30 ` [PATCH] include/asm-s390/: " Joe Perches
2007-12-18 10:04 ` [PATCH] arch/s390/: " Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox