Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1386678 > unrolled thread
| Started by | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| First post | 2016-04-25 19:10 +0200 |
| Last post | 2016-04-26 08:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2] mfd: twl4030-power: Remove driver path in file comment Javier Martinez Canillas <javier@osg.samsung.com> - 2016-04-25 19:10 +0200
Re: [PATCH v2] mfd: twl4030-power: Remove driver path in file comment Lee Jones <lee.jones@linaro.org> - 2016-04-26 08:40 +0200
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-04-25 19:10 +0200 |
| Subject | [PATCH v2] mfd: twl4030-power: Remove driver path in file comment |
| Message-ID | <rrSbh-172-11@gated-at.bofh.it> |
The driver's file path in the comment is wrong, so just remove it since these tends to get out of date and they serve very little purpose. Suggested-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> --- Changes in v2: - Just remove the path instead of fixing it. Suggested by Lee Jones. drivers/mfd/twl4030-power.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c index 04b539850e72..1beb722f6080 100644 --- a/drivers/mfd/twl4030-power.c +++ b/drivers/mfd/twl4030-power.c @@ -1,5 +1,4 @@ /* - * linux/drivers/i2c/chips/twl4030-power.c * * Handle TWL4030 Power initialization * -- 2.5.5
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-04-26 08:40 +0200 |
| Message-ID | <rs4P8-2R0-23@gated-at.bofh.it> |
| In reply to | #1386678 |
On Mon, 25 Apr 2016, Javier Martinez Canillas wrote: > The driver's file path in the comment is wrong, so just remove it since > these tends to get out of date and they serve very little purpose. > > Suggested-by: Lee Jones <lee.jones@linaro.org> > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > > --- > > Changes in v2: > - Just remove the path instead of fixing it. Suggested by Lee Jones. > > drivers/mfd/twl4030-power.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks. > diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c > index 04b539850e72..1beb722f6080 100644 > --- a/drivers/mfd/twl4030-power.c > +++ b/drivers/mfd/twl4030-power.c > @@ -1,5 +1,4 @@ > /* > - * linux/drivers/i2c/chips/twl4030-power.c > * > * 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] | [standalone]
Back to top | Article view | linux.kernel
csiph-web