Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422633AbaDPXMs (ORCPT ); Wed, 16 Apr 2014 19:12:48 -0400 Received: from mail-ve0-f175.google.com ([209.85.128.175]:59490 "EHLO mail-ve0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755031AbaDPXMo (ORCPT ); Wed, 16 Apr 2014 19:12:44 -0400 MIME-Version: 1.0 In-Reply-To: <534EE90A.7070602@infradead.org> References: <1397592876-5741-1-git-send-email-dianders@chromium.org> <1397672724-9063-1-git-send-email-dianders@chromium.org> <1397672724-9063-5-git-send-email-dianders@chromium.org> <534EE90A.7070602@infradead.org> Date: Wed, 16 Apr 2014 16:12:36 -0700 X-Google-Sender-Auth: TGtofBOxxDwUHignAhSiVZ-tNMk Message-ID: Subject: Re: [PATCH v2 4/5] regulator: tps65090: Allow setting the overcurrent wait time From: Doug Anderson To: Randy Dunlap Cc: Anton Vorontsov , Olof Johansson , Sachin Kamat , AJAY KUMAR RAMAKRISHNA SHYMALAMMA , linux-samsung-soc , Simon Glass , Michael Spang , Sean Paul , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Liam Girdwood , Mark Brown , Samuel Ortiz , Lee Jones , "devicetree@vger.kernel.org" , linux-doc@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Randy, On Wed, Apr 16, 2014 at 1:33 PM, Randy Dunlap wrote: > On 04/16/2014 11:25 AM, Doug Anderson wrote: >> diff --git a/drivers/regulator/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c >> index 2e92ef6..ca13a1a 100644 >> --- a/drivers/regulator/tps65090-regulator.c >> +++ b/drivers/regulator/tps65090-regulator.c >> @@ -28,15 +28,57 @@ > >> +/** >> + * tps65090_reg_set_overcurrent_wait - Setup overcurrent wait >> + * >> + * This will set the overcurrent wait time based on what's in the regulator >> + * info. >> + * >> + * @ri: Overall regulator data >> + * @rdev: Regulator device >> + * @return 0 if no error, non-zero if there was an error writing the register. > > kernel-doc notation here should be: > > * Return: 0 if no error, non-zero if there was an error writing the register. Done in v3. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/