From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbdEBDwM (ORCPT ); Mon, 1 May 2017 23:52:12 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:12718 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751023AbdEBDwK (ORCPT ); Mon, 1 May 2017 23:52:10 -0400 Subject: Re: [PATCH 3/3] ti-soc-thermal: Fix a typo in a comment line To: SF Markus Elfring , , , Eduardo Valentin , Zhang Rui References: CC: LKML , From: Keerthy Message-ID: <75adbe08-1254-ef9a-d7c8-08a9a35b31cd@ti.com> Date: Tue, 2 May 2017 09:21:13 +0530 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: 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 Wednesday 26 April 2017 09:09 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 26 Apr 2017 17:11:28 +0200 > > Add a missing character in this description for a function. Reviewed-by: Keerthy > > Signed-off-by: Markus Elfring > --- > drivers/thermal/ti-soc-thermal/ti-bandgap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c > index 109fb0a5f19f..696ab3046b87 100644 > --- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c > +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c > @@ -1010,7 +1010,7 @@ ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id) > } > > /** > - * ti_bandgap_set_continous_mode() - One time enabling of continuous mode > + * ti_bandgap_set_continuous_mode() - One time enabling of continuous mode > * @bgp: pointer to struct ti_bandgap > * > * Call this function only if HAS(MODE_CONFIG) is set. As this driver may >