From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933207AbcDYRGw (ORCPT ); Mon, 25 Apr 2016 13:06:52 -0400 Received: from lists.s-osg.org ([54.187.51.154]:53965 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933111AbcDYRGu (ORCPT ); Mon, 25 Apr 2016 13:06:50 -0400 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Javier Martinez Canillas Subject: [PATCH v2] mfd: twl4030-power: Remove driver path in file comment Date: Mon, 25 Apr 2016 13:06:32 -0400 Message-Id: <1461603992-25145-1-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.5.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Signed-off-by: Javier Martinez Canillas --- 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