Commit 019ac05e authored by Jiang Jian's avatar Jiang Jian Committed by Richard Weinberger

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: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent e079be2c
...@@ -623,7 +623,7 @@ void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol) ...@@ -623,7 +623,7 @@ void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol)
* @ubi: UBI device description object * @ubi: UBI device description object
* @vol_id: volume ID * @vol_id: volume ID
* *
* Returns zero if volume is all right and a a negative error code if not. * Returns zero if volume is all right and a negative error code if not.
*/ */
static int self_check_volume(struct ubi_device *ubi, int vol_id) static int self_check_volume(struct ubi_device *ubi, int vol_id)
{ {
...@@ -776,7 +776,7 @@ static int self_check_volume(struct ubi_device *ubi, int vol_id) ...@@ -776,7 +776,7 @@ static int self_check_volume(struct ubi_device *ubi, int vol_id)
* self_check_volumes - check information about all volumes. * self_check_volumes - check information about all volumes.
* @ubi: UBI device description object * @ubi: UBI device description object
* *
* Returns zero if volumes are all right and a a negative error code if not. * Returns zero if volumes are all right and a negative error code if not.
*/ */
static int self_check_volumes(struct ubi_device *ubi) static int self_check_volumes(struct ubi_device *ubi)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment