2015-02-04 02:34:25

by Rob Herring

[permalink] [raw]
Subject: Re: [RESEND PATCH 3.19-rc2] of: Fix brace position for struct of_device_id definition

On Mon, Jan 5, 2015 at 9:43 AM, Daniel Thompson
<[email protected]> 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 <[email protected]>
> Cc: Grant Likely <[email protected]>
> Cc: Rob Herring <[email protected]>
> ---
> 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
>