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 <[email protected]> Signed-off-by: Javier Martinez Canillas <[email protected]> --- 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

