From mboxrd@z Thu Jan 1 00:00:00 1970 From: Varka Bhadram Subject: Re: [PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier Date: Tue, 05 Aug 2014 20:03:04 +0530 Message-ID: <53E0EB20.7040800@gmail.com> References: <1407183077-23807-1-git-send-email-brian.austin@cirrus.com> <53E05458.6080605@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Brian Austin Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Tuesday 05 August 2014 08:01 PM, Brian Austin wrote: > On Mon, 4 Aug 2014, Varka Bhadram wrote: > >> On 08/05/2014 01:41 AM, Brian Austin wrote: >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> + >>> +#include "cs35l32.h" >>> + >> includes in alphabetical order... > I don't think that applies to included files outside of standard include > directories does it? >>> +{ >>> + struct snd_soc_codec *codec = dai->codec; >>> + >>> + return snd_soc_update_bits(codec, CS35L32_PWRCTL2, >>> + CS35L32_SDOUT_3ST, tristate << 3); >> return snd_soc_update_bits(codec, CS35L32_PWRCTL2, >> CS35L32_SDOUT_3ST, tristate << 3); >> > If that is a style issue for submission checkpatch should warn on this > correct? > >> should match open parenthesis's... >> >> devm_kzalloc(&i2c_client->dev, >> sizeof(struct cs35l32_platform_data), >> GFP_KERNEL); >> > checkpatch? > checkpatch should generate warning for this... -- -Varka Bhadram -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html