Commit e8e088de authored by Artem Bityutskiy's avatar Artem Bityutskiy

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: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent 6748482f
...@@ -224,13 +224,14 @@ enum { ...@@ -224,13 +224,14 @@ enum {
}; };
/* /*
* UBI set property ioctl constants * UBI set volume property ioctl constants.
* *
* @UBI_VOL_PROP_DIRECT_WRITE: allow / disallow user to directly write and * @UBI_VOL_PROP_DIRECT_WRITE: allow (any non-zero value) or disallow (value 0)
* erase individual eraseblocks on dynamic volumes * user to directly write and erase individual
* eraseblocks on dynamic volumes
*/ */
enum { enum {
UBI_VOL_PROP_DIRECT_WRITE = 1, UBI_VOL_PROP_DIRECT_WRITE = 1,
}; };
/** /**
...@@ -398,7 +399,7 @@ struct ubi_map_req { ...@@ -398,7 +399,7 @@ struct ubi_map_req {
/** /**
* struct ubi_set_vol_prop_req - a data structure used to set an ubi volume * struct ubi_set_vol_prop_req - a data structure used to set an UBI volume
* property. * property.
* @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE) * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE)
* @padding: reserved for future, not used, has to be zeroed * @padding: reserved for future, not used, has to be zeroed
......
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