Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp130090ybi; Fri, 7 Jun 2019 05:27:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqwE7PJhK2A++yYXAZ2wgfmOGhM7RlnT1pXHb2/AikNQy1D7A5A0PTyLGoPpxDBvBgHOYAkr X-Received: by 2002:a17:90a:2627:: with SMTP id l36mr5238400pje.71.1559910438895; Fri, 07 Jun 2019 05:27:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559910438; cv=none; d=google.com; s=arc-20160816; b=VX+aWPWoYuo2OVaY/393KK6LTUbIA7yFnnndPEViEW/N/GzkWdRfoHLEFLNQDc0o5y Rm7FbVtvx+6kFPqodMQjtU4vnX7HNdfpJmq8xmY6c+Shfw+j56quAsZ02jBlumBqshRL sltj8DwZyxhfVy5fiFktmr3SsFoh+xp7/u4HSr9M9ZPE81RkiRIRNiXumnCBtltBv4Vs rxySpV2ixQ+Edxfr1kNqJfn/iJXJVH2+PqWHddYRGWweoBpTkxwwbu97b54Nd552INYr 6yMd9wgx6eJ+gLm4YqfzSk8rcUNx+x1JOkLxgOAy5d7lphesd/TL/knOvfJci7ej7jhU Zc1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=ayNTktVA/VJ2mF75Wnh6qzCskYLoTee2pxDxKXBMous=; b=Zaywpy+OCvkwQM8dxVSliwm6IiFBPcSJHp/SpvXX0mezgog2mp9o8MThiBeuPM59Sj yH3G4O2Ey8z+00lNFwSDm1AncJkXBeAKXA9aWQT+Rkj7YQZwBfcDcWy+Y5ayreNVyv5Q gb5NW/Z7r0moH7Um7f75vaI+9aew5hOwL5N8etzTZAmDCBqfxaINOpj8j4wILIV1CUtr gZgGZJ3AXeRQVnzt23iiId1XR6lKEUc5F1f/pQTrVk1TsOXkyolm0xMldrGCUM0J0XGL vyl2RwDSsYvwQbGzDPe8nUsfwVGM6yjFiwXS//ia82224IL1nj9qHC8//H6sKgVzK1mR 1dig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d2si1560198pgi.579.2019.06.07.05.27.02; Fri, 07 Jun 2019 05:27:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728886AbfFGMZn (ORCPT + 99 others); Fri, 7 Jun 2019 08:25:43 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:41541 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728597AbfFGMZn (ORCPT ); Fri, 7 Jun 2019 08:25:43 -0400 Received: from [10.160.4.48] (charybdis.suse.de [149.44.162.66]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Fri, 07 Jun 2019 14:25:41 +0200 Subject: Re: [PATCH trivial] [SCSI] aic7xxx: Spelling s/configuraion/configuration/ To: Geert Uytterhoeven , "James E . J . Bottomley" , "Martin K . Petersen" , Jiri Kosina Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org References: <20190607112736.14004-1-geert+renesas@glider.be> From: Hannes Reinecke Message-ID: <032a117c-3698-a803-a340-6df720d61795@suse.com> Date: Fri, 7 Jun 2019 14:25:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190607112736.14004-1-geert+renesas@glider.be> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/7/19 1:27 PM, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > --- > drivers/scsi/aic7xxx/aic7xxx.reg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/aic7xxx/aic7xxx.reg b/drivers/scsi/aic7xxx/aic7xxx.reg > index ba0b411d03e2e1fa..00fde2243e486cbd 100644 > --- a/drivers/scsi/aic7xxx/aic7xxx.reg > +++ b/drivers/scsi/aic7xxx/aic7xxx.reg > @@ -1666,7 +1666,7 @@ scratch_ram { > size 6 > /* > * These are reserved registers in the card's scratch ram on the 2742. > - * The EISA configuraiton chip is mapped here. On Rev E. of the > + * The EISA configuration chip is mapped here. On Rev E. of the > * aic7770, the sequencer can use this area for scratch, but the > * host cannot directly access these registers. On later chips, this > * area can be read and written by both the host and the sequencer. > Indeed trivial. Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@suse.com +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg)