From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762645AbdEVVAT (ORCPT ); Mon, 22 May 2017 17:00:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58122 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762618AbdEVVAP (ORCPT ); Mon, 22 May 2017 17:00:15 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9F936285A0 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=vyasevic@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9F936285A0 Reply-To: vyasevic@redhat.com Subject: Re: [PATCH 3/5] sctp: Fix a typo in a comment line in sctp_init() References: <2845df67-d35d-536a-0a53-b2eb83fe1ba5@users.sourceforge.net> <9dca8ae4-fd7f-d1de-af7b-87b92bf6411a@users.sourceforge.net> To: SF Markus Elfring , linux-sctp@vger.kernel.org, netdev@vger.kernel.org, "David S. Miller" , Neil Horman , Vlad Yasevich Cc: LKML , kernel-janitors@vger.kernel.org From: Vlad Yasevich Organization: Red Hat Message-ID: <3f5bbba7-4731-ab21-1f10-9fa7e9d9701e@redhat.com> Date: Mon, 22 May 2017 17:00:13 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <9dca8ae4-fd7f-d1de-af7b-87b92bf6411a@users.sourceforge.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 22 May 2017 21:00:14 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/22/2017 12:39 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 22 May 2017 17:43:44 +0200 > > Add a missing character in this description. > > Signed-off-by: Markus Elfring > --- > net/sctp/protocol.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c > index 5e7c8a344770..64756c42cec9 100644 > --- a/net/sctp/protocol.c > +++ b/net/sctp/protocol.c > @@ -1454,7 +1454,7 @@ static __init int sctp_init(void) > } > > /* Allocate and initialize the SCTP port hash table. > - * Note that order is initalized to start at the max sized > + * Note that order is initialized to start at the max sized > * table we want to support. If we can't get that many pages > * reduce the order and try again > */ > Acked-by: Vlad Yasevich