summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
diff options
context:
space:
mode:
authorAndrew Murray <amurray@embedded-bits.co.uk>2015-08-10 12:02:09 +0100
committerRichard Weinberger <richard@nod.at>2015-10-03 20:11:59 +0200
commit86f6e454e6371003caecee3b4aa55de3e8eacbdd (patch)
tree9dcdf56fce7d35145d5efc418c8b249bdad7466c /drivers/mtd/ubi
parent5347417e56b68354faf315ca42c99cfb0c02f1dd (diff)
downloadlinux-stable-86f6e454e6371003caecee3b4aa55de3e8eacbdd.tar.gz
linux-stable-86f6e454e6371003caecee3b4aa55de3e8eacbdd.tar.bz2
linux-stable-86f6e454e6371003caecee3b4aa55de3e8eacbdd.zip
UBI: Update comments to reflect UBI_METAONLY flag
This patch trivially updates code comments to reflect the addition of the UBI_METAONLY flag - as discussed https://lkml.org/lkml/2014/10/29/764 Cc: Richard Weinberger <richard@nod.at> Cc: trivial@kernel.org Signed-off-by: Andrew Murray <amurray@embedded-bits.co.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r--drivers/mtd/ubi/gluebi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/gluebi.c b/drivers/mtd/ubi/gluebi.c
index b93807b4c459..cb7c075f2144 100644
--- a/drivers/mtd/ubi/gluebi.c
+++ b/drivers/mtd/ubi/gluebi.c
@@ -112,8 +112,8 @@ static int gluebi_get_device(struct mtd_info *mtd)
* The MTD device is already referenced and this is just one
* more reference. MTD allows many users to open the same
* volume simultaneously and do not distinguish between
- * readers/writers/exclusive openers as UBI does. So we do not
- * open the UBI volume again - just increase the reference
+ * readers/writers/exclusive/meta openers as UBI does. So we do
+ * not open the UBI volume again - just increase the reference
* counter and return.
*/
gluebi->refcnt += 1;