Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755523AbbBDCeZ (ORCPT ); Tue, 3 Feb 2015 21:34:25 -0500 Received: from mail-wg0-f52.google.com ([74.125.82.52]:38216 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753723AbbBDCeW (ORCPT ); Tue, 3 Feb 2015 21:34:22 -0500 MIME-Version: 1.0 In-Reply-To: <1420472619-7364-1-git-send-email-daniel.thompson@linaro.org> References: <1414072430-29251-1-git-send-email-daniel.thompson@linaro.org> <1420472619-7364-1-git-send-email-daniel.thompson@linaro.org> From: Rob Herring Date: Tue, 3 Feb 2015 20:34:01 -0600 Message-ID: Subject: Re: [RESEND PATCH 3.19-rc2] of: Fix brace position for struct of_device_id definition To: Daniel Thompson Cc: Jiri Kosina , "linux-kernel@vger.kernel.org" , Linaro Patches , "linaro-kernel@lists.linaro.org" , John Stultz , Sumit Semwal , Grant Likely , Rob Herring Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1206 Lines: 38 On Mon, Jan 5, 2015 at 9:43 AM, Daniel Thompson wrote: > Currently it is not easy to grep for the definition of struct of_device_id. > This is trivially fixed by moving the brace to the right place. Applied. Thanks. Rob > Signed-off-by: Daniel Thompson > Cc: Grant Likely > Cc: Rob Herring > --- > include/linux/mod_devicetable.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h > index 745def862580..bbf85d612be5 100644 > --- a/include/linux/mod_devicetable.h > +++ b/include/linux/mod_devicetable.h > @@ -220,8 +220,7 @@ struct serio_device_id { > /* > * Struct used for matching a device > */ > -struct of_device_id > -{ > +struct of_device_id { > char name[32]; > char type[32]; > char compatible[128]; > -- > 1.9.3 > -- 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/