Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbcLEMSc (ORCPT ); Mon, 5 Dec 2016 07:18:32 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:34842 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbcLEMRe (ORCPT ); Mon, 5 Dec 2016 07:17:34 -0500 From: Corentin Labbe To: lee.jones@linaro.org, wens@csie.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation Date: Mon, 5 Dec 2016 13:15:28 +0100 Message-Id: <1480940128-4873-1-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 720 Lines: 24 The documentation of axp20x_device_remove() have a typo and use axp20x_device_probe() as name. This patch fix this typo. Signed-off-by: Corentin Labbe --- include/linux/mfd/axp20x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index 476eb64..73ab982 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -605,7 +605,7 @@ int axp20x_match_device(struct axp20x_dev *axp20x); int axp20x_device_probe(struct axp20x_dev *axp20x); /** - * axp20x_device_probe(): Remove a axp20x device + * axp20x_device_remove(): Remove a axp20x device * * @axp20x: axp20x device to remove * -- 2.7.3