Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763151AbXLTP2x (ORCPT ); Thu, 20 Dec 2007 10:28:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933696AbXLTPVi (ORCPT ); Thu, 20 Dec 2007 10:21:38 -0500 Received: from mtagate7.de.ibm.com ([195.212.29.156]:33740 "EHLO mtagate7.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933451AbXLTPVN (ORCPT ); Thu, 20 Dec 2007 10:21:13 -0500 Message-Id: <20071220152112.021174561@de.ibm.com> References: <20071220151925.405881218@de.ibm.com> User-Agent: quilt/0.46-1 Date: Thu, 20 Dec 2007 16:20:06 +0100 From: Martin Schwidefsky To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Cc: Joe Perches , Martin Schwidefsky Subject: [patch 41/47] include/asm-s390/: Spelling fixes Content-Disposition: inline; filename=140-spelling-include.diff Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2957 Lines: 78 From: Joe Perches Signed-off-by: Joe Perches Signed-off-by: Martin Schwidefsky --- 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(-) Index: quilt-2.6/include/asm-s390/cio.h =================================================================== --- quilt-2.6.orig/include/asm-s390/cio.h +++ quilt-2.6/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 Index: quilt-2.6/include/asm-s390/dasd.h =================================================================== --- quilt-2.6.orig/include/asm-s390/dasd.h +++ quilt-2.6/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; Index: quilt-2.6/include/asm-s390/qdio.h =================================================================== --- quilt-2.6.orig/include/asm-s390/qdio.h +++ quilt-2.6/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]; Index: quilt-2.6/include/asm-s390/zcrypt.h =================================================================== --- quilt-2.6.orig/include/asm-s390/zcrypt.h +++ quilt-2.6/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 */ -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/