From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH 2/3] ASoC: wm9713: Use empty struct initializer Date: Wed, 14 Feb 2018 15:19:25 -0200 Message-ID: References: <1518622745-12162-1-git-send-email-festevam@gmail.com> <1518622745-12162-2-git-send-email-festevam@gmail.com> <938aa54c-c599-9efc-e78f-4e72db08199e@opensource.cirrus.com> <52f37612-1e70-33d7-f4c9-e1221e6667fd@opensource.cirrus.com> <86924c5f-9f62-8d38-3a24-86e40b8cb843@opensource.cirrus.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-oi0-f65.google.com (mail-oi0-f65.google.com [209.85.218.65]) by alsa0.perex.cz (Postfix) with ESMTP id 09392267B6D for ; Wed, 14 Feb 2018 18:19:26 +0100 (CET) Received: by mail-oi0-f65.google.com with SMTP id b3so17042866oib.11 for ; Wed, 14 Feb 2018 09:19:26 -0800 (PST) In-Reply-To: <86924c5f-9f62-8d38-3a24-86e40b8cb843@opensource.cirrus.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Richard Fitzgerald Cc: Fabio Estevam , alsa-devel@alsa-project.org, Mark Brown , Charles Keepax List-Id: alsa-devel@alsa-project.org On Wed, Feb 14, 2018 at 3:15 PM, Richard Fitzgerald wrote: > I gather that, so I'd have liked to your commit message to have said that. > But what you actually said was > > "{ 0 } only clears the first member of the structure." > > which is a very different message. Got it. Maybe I should have written like this instead: "{ 0 } only clears explicitly the first member of the structure." Thanks for the feedback.