BmapCreate: remove a dot in bmap file comment
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 18 Sep 2013 10:15:46 +0000 (13:15 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 19 Sep 2013 10:28:48 +0000 (13:28 +0300)
To be consistent with other commentaries, lets not put the dot at the end of
the one-line comment.

Change-Id: I86297b87752cf38056fc37ac5dfa893e73d97051
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/BmapCreate.py

index 5dc46b194b49b3b87e5c2208cd872478ce234eae..16edef209c70e38db04201b1eac9bdd2eae07a70 100644 (file)
@@ -228,7 +228,7 @@ class BmapCreate:
         xml  = "%s </MappedBlocksCount>\n\n" % mapped_count
 
         # pylint: disable=C0301
-        xml += "    <!-- Type of checksum used in this file. -->\n"
+        xml += "    <!-- Type of checksum used in this file -->\n"
         xml += "    <ChecksumType> %s </ChecksumType>\n\n" % self._cs_type
 
         xml += "    <!-- The checksum of this bmap file. When it is calculated, the value of\n"