From nobody Sun Apr 26 08:21:25 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A38B0C433EF for ; Tue, 21 Jun 2022 09:03:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347896AbiFUJDG (ORCPT ); Tue, 21 Jun 2022 05:03:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347563AbiFUJDE (ORCPT ); Tue, 21 Jun 2022 05:03:04 -0400 Received: from smtpbg.qq.com (smtpbg123.qq.com [175.27.65.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D471FFE5 for ; Tue, 21 Jun 2022 02:02:59 -0700 (PDT) X-QQ-mid: bizesmtp77t1655802173t1ri4ivs Received: from ubuntu.localdomain ( [106.117.99.68]) by bizesmtp.qq.com (ESMTP) with id ; Tue, 21 Jun 2022 17:02:48 +0800 (CST) X-QQ-SSF: 0100000000700030B000D00A0000000 X-QQ-FEAT: Nl5n8N+tNREYhL6DlX3QgejGBUg/1T8dAw1RA/MPS9qmCEmaZDlr0i2vhY4IA 624ll/Pu2H867IKkUPRUEa9SID5HYzJO5qF7mjz3dNoCQQsaew4fn9aNdORTwvA7EXR35g4 fosJTuHGRrWRf8/VzwMK8CktOxnVYebz+dtRxFCDVXsQ+W/lUhX3iJT+RxhzTI/z/OaOJDC /wA224EEpLKVIZfN939AtzkGlfh/YRdWMd1NqClbVxE5tSnZth7gf74woyQ13/UjhyWo0nR WthYOFfBuYzJZ0xrMFunuChzO3EG6ZRxT6AvSXUcl4le4P80fADgbwFF0YJe0xwvm2eXcrg GQXgNnHxmS3s3DMIp3kInOq6EO/eQ== X-QQ-GoodBg: 0 From: Jiang Jian To: miquel.raynal@bootlin.com, vigneshr@ti.com Cc: richard@nod.at, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, jiangjian@cdjrlc.com Subject: [PATCH] ubi: remove unexpected word "the" Date: Tue, 21 Jun 2022 17:02:47 +0800 Message-Id: <20220621090247.67359-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" there is an unexpected word "the" in the comments that need to be removed Signed-off-by: Jiang Jian --- drivers/mtd/ubi/ubi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index 078112e23dfd..d9039e7f6703 100644 --- a/drivers/mtd/ubi/ubi.h +++ b/drivers/mtd/ubi/ubi.h @@ -281,7 +281,7 @@ struct ubi_eba_leb_desc { =20 /** * struct ubi_volume - UBI volume description data structure. - * @dev: device object to make use of the the Linux device model + * @dev: device object to make use of the Linux device model * @cdev: character device object to create character device * @ubi: reference to the UBI device description object * @vol_id: volume ID @@ -439,7 +439,7 @@ struct ubi_debug_info { =20 /** * struct ubi_device - UBI device description structure - * @dev: UBI device object to use the the Linux device model + * @dev: UBI device object to use the Linux device model * @cdev: character device object to create character device * @ubi_num: UBI device number * @ubi_name: UBI device name --=20 2.17.1