]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: ubi: drop unexpected word 'a' in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Thu, 23 Jun 2022 07:19:53 +0000 (15:19 +0800)
committerRichard Weinberger <richard@nod.at>
Wed, 21 Sep 2022 09:32:38 +0000 (11:32 +0200)
commit4ddf4f9d231d56d5d89f129f14387f3736fc9a19
treea56eca9d55edd0c81356d7371e25402f55f83f54
parentefa1533b8e37cd664b4094d7e642eee77ed71282
mtd: ubi: drop unexpected word 'a' in comments

there is an unexpected word 'a' in the comments that need to be dropped

file - drivers/mtd/ubi/vmt.c
line - 626,779

* Returns zero if volume is all right and a a negative error code if not.

changed to:

* Returns zero if volume is all right and a negative error code if not.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/vmt.c