From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbdGND1p (ORCPT ); Thu, 13 Jul 2017 23:27:45 -0400 Received: from mga06.intel.com ([134.134.136.31]:54571 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218AbdGND1o (ORCPT ); Thu, 13 Jul 2017 23:27:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,357,1496127600"; d="scan'208";a="124980876" Subject: Re: [PATCH] IB/hfi1: fix spelling mistake in variable name continious To: Colin King , Mike Marciniszyn , Doug Ledford , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org Cc: linux-kernel@vger.kernel.org References: <20170713221338.14493-1-colin.king@canonical.com> From: Dennis Dalessandro Message-ID: <01cd7633-481f-dba0-4c7e-996de547ae04@intel.com> Date: Thu, 13 Jul 2017 23:27:41 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170713221338.14493-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/13/2017 6:13 PM, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake, rename variable 'continious' > to the correct spelling 'continuous' > > Signed-off-by: Colin Ian King > --- Thanks! Acked-by: Dennis Dalessandro