diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-15 10:37:57 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-14 04:34:40 -0400 |
commit | e8e088de305d7cc00b2c8b2a857ceb62d5fa68d3 (patch) | |
tree | 740b455702ba546c92f4ce0eafb4020777e81326 /include/mtd | |
parent | 6748482f4153fc0e095aa3dc831d5edac5656a80 (diff) |
UBI: cleanup comments around volume properties
Cleanup and improve commentaries around the "set volume properties" ioctl,
make a simple indentation fix as well.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'include/mtd')
-rw-r--r-- | include/mtd/ubi-user.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/mtd/ubi-user.h b/include/mtd/ubi-user.h index 8d8484b1ed46..e70bd347dbbb 100644 --- a/include/mtd/ubi-user.h +++ b/include/mtd/ubi-user.h | |||
@@ -224,13 +224,14 @@ enum { | |||
224 | }; | 224 | }; |
225 | 225 | ||
226 | /* | 226 | /* |
227 | * UBI set property ioctl constants | 227 | * UBI set volume property ioctl constants. |
228 | * | 228 | * |
229 | * @UBI_VOL_PROP_DIRECT_WRITE: allow / disallow user to directly write and | 229 | * @UBI_VOL_PROP_DIRECT_WRITE: allow (any non-zero value) or disallow (value 0) |
230 | * erase individual eraseblocks on dynamic volumes | 230 | * user to directly write and erase individual |
231 | * eraseblocks on dynamic volumes | ||
231 | */ | 232 | */ |
232 | enum { | 233 | enum { |
233 | UBI_VOL_PROP_DIRECT_WRITE = 1, | 234 | UBI_VOL_PROP_DIRECT_WRITE = 1, |
234 | }; | 235 | }; |
235 | 236 | ||
236 | /** | 237 | /** |
@@ -398,7 +399,7 @@ struct ubi_map_req { | |||
398 | 399 | ||
399 | 400 | ||
400 | /** | 401 | /** |
401 | * struct ubi_set_vol_prop_req - a data structure used to set an ubi volume | 402 | * struct ubi_set_vol_prop_req - a data structure used to set an UBI volume |
402 | * property. | 403 | * property. |
403 | * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE) | 404 | * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE) |
404 | * @padding: reserved for future, not used, has to be zeroed | 405 | * @padding: reserved for future, not used, has to be zeroed |