From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S638338AbdD1RPG (ORCPT ); Fri, 28 Apr 2017 13:15:06 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:58837 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S638313AbdD1RO6 (ORCPT ); Fri, 28 Apr 2017 13:14:58 -0400 Subject: Re: [PATCH][V2] IB/rxe: fix typo: "algorithmi" -> "algorithm" To: Doug Ledford , Joe Perches , Moni Shoua , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org References: <20170424092642.29862-1-colin.king@canonical.com> <1493055896.31620.2.camel@perches.com> <1493399309.3041.158.camel@redhat.com> Cc: linux-kernel@vger.kernel.org From: Colin Ian King Message-ID: Date: Fri, 28 Apr 2017 18:14:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1493399309.3041.158.camel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/04/17 18:08, Doug Ledford wrote: > 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. > Thanks Doug. I overlooked replying to the earlier email. Colin