diff mbox

mfd: twl4030-power: Fix driver path in file comment

Message ID 1461101066-27753-1-git-send-email-javier@osg.samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Javier Martinez Canillas April 19, 2016, 9:24 p.m. UTC
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(-)

Comments

Lee Jones April 25, 2016, 2:09 p.m. UTC | #1
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
>   *
Javier Martinez Canillas April 25, 2016, 5 p.m. UTC | #2
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,
diff mbox

Patch

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
  *