diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-18 06:19:52 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-07-24 06:36:09 -0400 |
commit | 9c9ec147709e63e4e8ac6a037c6bb50688ff8e9c (patch) | |
tree | d66805c819ffa2ae42bf5743ac77f077c903ad19 /drivers/mtd/ubi/ubi.h | |
parent | 4d88de4beb6f327dfc7c2221eab532dad5b2bb3e (diff) |
UBI: fix checkpatch.pl errors and warnings
Just out or curiousity ran checkpatch.pl for whole UBI,
and discovered there are quite a few of stylistic issues.
Fix them.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r-- | drivers/mtd/ubi/ubi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index 274c67916b34..14a5596d2d9e 100644 --- a/drivers/mtd/ubi/ubi.h +++ b/drivers/mtd/ubi/ubi.h | |||
@@ -473,7 +473,8 @@ int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol, | |||
473 | const void __user *buf, int count); | 473 | const void __user *buf, int count); |
474 | 474 | ||
475 | /* misc.c */ | 475 | /* misc.c */ |
476 | int ubi_calc_data_len(const struct ubi_device *ubi, const void *buf, int length); | 476 | int ubi_calc_data_len(const struct ubi_device *ubi, const void *buf, |
477 | int length); | ||
477 | int ubi_check_volume(struct ubi_device *ubi, int vol_id); | 478 | int ubi_check_volume(struct ubi_device *ubi, int vol_id); |
478 | void ubi_calculate_reserved(struct ubi_device *ubi); | 479 | void ubi_calculate_reserved(struct ubi_device *ubi); |
479 | 480 | ||