Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR

2019-06-22 Thread Jonathan Cameron
On Tue, 18 Jun 2019 18:17:31 +0900 William Breathitt Gray wrote: > On Tue, Jun 18, 2019 at 11:05:41AM +0200, Patrick Havelange wrote: > > The last '>' chars were missing in the MODULE_AUTHOR entries. > > > > Reported-by: Randy Dunlap > > Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadr

Re: [PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR

2019-06-18 Thread William Breathitt Gray
On Tue, Jun 18, 2019 at 11:05:41AM +0200, Patrick Havelange wrote: > The last '>' chars were missing in the MODULE_AUTHOR entries. > > Reported-by: Randy Dunlap > Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder > counter driver") > Signed-off-by: Patrick Havelange > --- >

[PATCH 1/1] counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR

2019-06-18 Thread Patrick Havelange
The last '>' chars were missing in the MODULE_AUTHOR entries. Reported-by: Randy Dunlap Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder counter driver") Signed-off-by: Patrick Havelange --- drivers/counter/ftm-quaddec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti