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

2015-02-03 Thread Rob Herring
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 >

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

2015-01-05 Thread Daniel Thompson
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. Signed-off-by: Daniel Thompson Cc: Grant Likely Cc: Rob Herring --- include/linux/mod_devicetable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-