Skip to content

Commit 019ac05

Browse files
Jiang Jianrichardweinberger
authored andcommitted
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 <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent e079be2 commit 019ac05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/mtd/ubi/vmt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol)
623623
* @ubi: UBI device description object
624624
* @vol_id: volume ID
625625
*
626-
* Returns zero if volume is all right and a a negative error code if not.
626+
* Returns zero if volume is all right and a negative error code if not.
627627
*/
628628
static int self_check_volume(struct ubi_device *ubi, int vol_id)
629629
{
@@ -776,7 +776,7 @@ static int self_check_volume(struct ubi_device *ubi, int vol_id)
776776
* self_check_volumes - check information about all volumes.
777777
* @ubi: UBI device description object
778778
*
779-
* Returns zero if volumes are all right and a a negative error code if not.
779+
* Returns zero if volumes are all right and a negative error code if not.
780780
*/
781781
static int self_check_volumes(struct ubi_device *ubi)
782782
{

0 commit comments

Comments
 (0)