Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1382850 > unrolled thread
| Started by | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| First post | 2016-04-19 23:30 +0200 |
| Last post | 2016-04-25 19:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] mfd: twl4030-power: Fix driver path in file comment Javier Martinez Canillas <javier@osg.samsung.com> - 2016-04-19 23:30 +0200
Re: [PATCH] mfd: twl4030-power: Fix driver path in file comment Lee Jones <lee.jones@linaro.org> - 2016-04-25 16:10 +0200
Re: [PATCH] mfd: twl4030-power: Fix driver path in file comment Javier Martinez Canillas <javier@osg.samsung.com> - 2016-04-25 19:10 +0200
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-04-19 23:30 +0200 |
| Subject | [PATCH] mfd: twl4030-power: Fix driver path in file comment |
| Message-ID | <rpLnA-50R-15@gated-at.bofh.it> |
The driver's file path in the comment is wrong, use the correct one. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> --- drivers/mfd/twl4030-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c index 04b539850e72..f832233fd365 100644 --- a/drivers/mfd/twl4030-power.c +++ b/drivers/mfd/twl4030-power.c @@ -1,5 +1,5 @@ /* - * linux/drivers/i2c/chips/twl4030-power.c + * linux/drivers/mfd/twl4030-power.c * * Handle TWL4030 Power initialization * -- 2.5.5
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-04-25 16:10 +0200 |
| Message-ID | <rrPn3-7cw-1@gated-at.bofh.it> |
| In reply to | #1382850 |
On Tue, 19 Apr 2016, Javier Martinez Canillas wrote: > The driver's file path in the comment is wrong, use the correct one. > > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > > --- > > drivers/mfd/twl4030-power.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c > index 04b539850e72..f832233fd365 100644 > --- a/drivers/mfd/twl4030-power.c > +++ b/drivers/mfd/twl4030-power.c > @@ -1,5 +1,5 @@ > /* > - * linux/drivers/i2c/chips/twl4030-power.c > + * linux/drivers/mfd/twl4030-power.c These have a nasty habit of getting out of date, and since they serve very little purpose, I'd prefer it if you just removed the line completely. > * Handle TWL4030 Power initialization > * -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-04-25 19:10 +0200 |
| Message-ID | <rrSbh-172-15@gated-at.bofh.it> |
| In reply to | #1386486 |
Hello Lee, On 04/25/2016 10:09 AM, Lee Jones wrote: > On Tue, 19 Apr 2016, Javier Martinez Canillas wrote: > >> The driver's file path in the comment is wrong, use the correct one. >> >> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> >> >> --- >> >> drivers/mfd/twl4030-power.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c >> index 04b539850e72..f832233fd365 100644 >> --- a/drivers/mfd/twl4030-power.c >> +++ b/drivers/mfd/twl4030-power.c >> @@ -1,5 +1,5 @@ >> /* >> - * linux/drivers/i2c/chips/twl4030-power.c >> + * linux/drivers/mfd/twl4030-power.c > > These have a nasty habit of getting out of date, and since they serve > very little purpose, I'd prefer it if you just removed the line > completely. > Ok, I'll post a v2 just removing it then. Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web