Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp4401536pxb; Tue, 5 Oct 2021 02:17:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHqVCHTleS3l2Q/FrP37RYgCwuppNnW4Dbot8kI6ibCPHpu2w3hs5LIGUA2nzF5was+uXr X-Received: by 2002:a17:907:110b:: with SMTP id qu11mr22740422ejb.380.1633425457964; Tue, 05 Oct 2021 02:17:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633425457; cv=none; d=google.com; s=arc-20160816; b=z78skp6Xw6GRHwfxnfN75ThAxRGbQWH+H9mKkuu0GDTdv9QNbQjNFH+IXbaMzLojhH nWYZiiuOq/PBknXH7m2cIROj5sjeP6xR27IygEOsGOGqlTy1Bkn928CKxbqgpNbEPVWs n7VuGNw/he5RegcY8yvd3TXR2mJpt/KmmlWSBkadTs8wJrBXldE8imUgrPhEWqEc3XNg XaTnfyw5kg8PsUt8xqDTgcRSS+hr9hm0XkEiN/EaAkivxHfnb5EgVMlyJ4EATiMTd4E2 sFRCwUE3pEcm6lu20ldrCOtB08u24oGxsF7JUADO4ol3WBvaxA/xNqBPYxLhOsKNfJCf k8gA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:abuse-reports-to:tuid:content-transfer-encoding :mime-version:message-id:date:subject:cc:to:from; bh=lYSPY3Pe3oTCsHZxglVs1A1nGsXCDI8hPWzxpl7yxCM=; b=yP+XSLLW7umnEKLJfDp2d/o7yC1V19ZcZ3lPuawgrZ3K7GDeVUOYzul0IhF192j1WK qSI2DVjU/hnLLJMQGJ8Dh51jLUuDzQevvFkd1XeEs9xImXd5DhWs1p7QTPaME7jXEv3J WNJBU/UeqzGRUsClx4T2Fy3pf5Ta90TFOVX9z4BtBV8JoHa6ZRyNnh/4eEMNmp87qVBr /sYx+MALn5W3zklKbzpbLNFEO2BR0ghttriV85fMyzyYkRLrFa7reslHBgBzj1Qr1lO6 K7QHYwvPJ4GkfaFrPVidW2aJVe/WZr9jta9JzYhRplEwHNHmZPD0RDuu+7pvPwSI0d5o VoJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 6si20037751ejk.125.2021.10.05.02.17.12; Tue, 05 Oct 2021 02:17:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233365AbhJEJPR (ORCPT + 99 others); Tue, 5 Oct 2021 05:15:17 -0400 Received: from unicom145.biz-email.net ([210.51.26.145]:53608 "EHLO unicom145.biz-email.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232871AbhJEJPR (ORCPT ); Tue, 5 Oct 2021 05:15:17 -0400 Received: from ([60.208.111.195]) by unicom145.biz-email.net ((LNX1044)) with ASMTP (SSL) id ZLT00021; Tue, 05 Oct 2021 17:13:21 +0800 Received: from localhost.localdomain (10.200.104.119) by jtjnmail201606.home.langchao.com (10.100.2.6) with Microsoft SMTP Server id 15.1.2308.14; Tue, 5 Oct 2021 17:13:20 +0800 From: Kai Song To: , , CC: , , Kai Song Subject: [PATCH] ubi: Fix a mistake in comment Date: Tue, 5 Oct 2021 14:56:55 +0800 Message-ID: <20211005065656.13497-1-songkai01@inspur.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.200.104.119] tUid: 2021100517132163fb41eca9b96765dce7d25a84d1c897 X-Abuse-Reports-To: service@corp-email.com Abuse-Reports-To: service@corp-email.com X-Complaints-To: service@corp-email.com X-Report-Abuse-To: service@corp-email.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes: 2a734bb8d502 ("UBI: use debugfs for the extra checks knobs") There is a mistake in docstrings, it should be ubi_debugfs_exit_dev instead of dbg_debug_exit_dev. Signed-off-by: Kai Song --- drivers/mtd/ubi/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/ubi/debug.c b/drivers/mtd/ubi/debug.c index 3c0c8eca4d51..31d427ee191a 100644 --- a/drivers/mtd/ubi/debug.c +++ b/drivers/mtd/ubi/debug.c @@ -562,7 +562,7 @@ int ubi_debugfs_init_dev(struct ubi_device *ubi) } /** - * dbg_debug_exit_dev - free all debugfs files corresponding to device @ubi + * ubi_debugfs_exit_dev - free all debugfs files corresponding to device @ubi * @ubi: UBI device description object */ void ubi_debugfs_exit_dev(struct ubi_device *ubi) -- 2.27.0