diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-08-10 16:38:56 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2022-09-21 12:32:27 +0300 |
commit | ec1f97f501a746403990515bbefcaecd7562b042 (patch) | |
tree | c57ec1bb58f07e80785be9adcb824d44a36dda70 /drivers/mtd/ubi/cdev.c | |
parent | 818f9e8353c8e60dd0876bdac445e8fad346e50a (diff) | |
download | linux-ec1f97f501a746403990515bbefcaecd7562b042.tar.xz |
ubi: Fix repeated words in comments
Delete the redundant word 'a'.
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi/cdev.c')
-rw-r--r-- | drivers/mtd/ubi/cdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index cc9a28cf9d82..1d3bbcfb4bb5 100644 --- a/drivers/mtd/ubi/cdev.c +++ b/drivers/mtd/ubi/cdev.c @@ -672,7 +672,7 @@ static int verify_rsvol_req(const struct ubi_device *ubi, * @req: volumes re-name request * * This is a helper function for the volume re-name IOCTL which validates the - * the request, opens the volume and calls corresponding volumes management + * request, opens the volume and calls corresponding volumes management * function. Returns zero in case of success and a negative error code in case * of failure. */ |