]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/mtd/ubi/ubi-media.h
UBI: amend comments after all the renamings
[mirror_ubuntu-artful-kernel.git] / drivers / mtd / ubi / ubi-media.h
index 6fb8ec2174a53cd96b1e2646442e7e311d018cc5..07cd88f2b2036d66280fd7697cac82a80ea5d250 100644 (file)
@@ -149,10 +149,10 @@ enum {
  * The @image_seq field is used to validate a UBI image that has been prepared
  * for a UBI device. The @image_seq value can be any value, but it must be the
  * same on all eraseblocks. UBI will ensure that all new erase counter headers
- * also contain this value, and will check the value when scanning at start-up.
+ * also contain this value, and will check the value when attaching the flash.
  * One way to make use of @image_seq is to increase its value by one every time
  * an image is flashed over an existing image, then, if the flashing does not
- * complete, UBI will detect the error when scanning.
+ * complete, UBI will detect the error when attaching the media.
  */
 struct ubi_ec_hdr {
        __be32  magic;