From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1036136AbdD1RIj (ORCPT ); Fri, 28 Apr 2017 13:08:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49740 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753864AbdD1RIb (ORCPT ); Fri, 28 Apr 2017 13:08:31 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 130FC7935A Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dledford@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 130FC7935A Message-ID: <1493399309.3041.158.camel@redhat.com> Subject: Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm" From: Doug Ledford To: Joe Perches , Colin King , Moni Shoua , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org Cc: linux-kernel@vger.kernel.org Date: Fri, 28 Apr 2017 13:08:29 -0400 In-Reply-To: <1493055896.31620.2.camel@perches.com> References: <20170424092642.29862-1-colin.king@canonical.com> <1493055896.31620.2.camel@perches.com> Organization: Red Hat, Inc. Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 28 Apr 2017 17:08:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-04-24 at 10:44 -0700, Joe Perches wrote: > On Mon, 2017-04-24 at 10:26 +0100, Colin King wrote: > > > > trivial fix to typo in pr_err message > [] > > > > diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c > > b/drivers/infiniband/sw/rxe/rxe_verbs.c > [] > > > > @@ -1324,7 +1324,7 @@ int rxe_register_device(struct rxe_dev *rxe) > >   > >   rxe->tfm = crypto_alloc_shash("crc32", 0, 0); > >   if (IS_ERR(rxe->tfm)) { > > - pr_err("failed to allocate crc algorithmi > > err:%ld", > > + pr_err("failed to allocate crc algorithm err:%ld", > > nicer to add a newline too I added a newline and then applied the patch.  Thanks. -- Doug Ledford     GPG KeyID: B826A3330E572FDD     Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD