Re: [PATCH] of/device.c: fix the wrong comments

2019-05-01 Thread Rob Herring
On Thu, Apr 25, 2019 at 09:45:54AM +0800, jojo_z...@126.com wrote: > From: Jojo Zeng > > the comments which discribed the input parameters of of_match_device(). > the name is changed, so fix it. > > Signed-off-by: Jojo Zeng > --- > drivers/of/device.c | 2 +- > 1 file changed, 1

Re: [PATCH] of/device.c: fix the wrong comments

2019-04-26 Thread Frank Rowand
On 4/24/19 6:45 PM, jojo_z...@126.com wrote: > From: Jojo Zeng > > the comments which discribed the input parameters of of_match_device(). > the name is changed, so fix it. > > Signed-off-by: Jojo Zeng > --- > drivers/of/device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[PATCH] of/device.c: fix the wrong comments

2019-04-24 Thread jojo_zeng
From: Jojo Zeng the comments which discribed the input parameters of of_match_device(). the name is changed, so fix it. Signed-off-by: Jojo Zeng --- drivers/of/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/device.c b/drivers/of/device.c index