aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/eba.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/ubi/eba.c')
-rw-r--r--drivers/mtd/ubi/eba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/eba.c b/drivers/mtd/ubi/eba.c
index 632b95f3ff3f..b6565561218e 100644
--- a/drivers/mtd/ubi/eba.c
+++ b/drivers/mtd/ubi/eba.c
@@ -951,7 +951,7 @@ write_error:
951 * physical eraseblock @to. The @vid_hdr buffer may be changed by this 951 * physical eraseblock @to. The @vid_hdr buffer may be changed by this
952 * function. Returns: 952 * function. Returns:
953 * o %0 in case of success; 953 * o %0 in case of success;
954 * o %MOVE_CANCEL_RACE, %MOVE_TARGET_WR_ERR, or %MOVE_CANCEL_BITFLIPS; 954 * o %MOVE_CANCEL_RACE, %MOVE_TARGET_WR_ERR, %MOVE_CANCEL_BITFLIPS, etc;
955 * o a negative error code in case of failure. 955 * o a negative error code in case of failure.
956 */ 956 */
957int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to, 957int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to,