fs/ntfs3: Restyle comments to better align with kernel-doc
[linux-block.git] / fs / ntfs3 / bitmap.c
index 06ae38adb8ad5601ca134cad3b76871df5d7d3e8..831501555009533d8b3eac04b6258e7072bd6304 100644 (file)
@@ -29,7 +29,6 @@ struct rb_node_key {
        size_t key;
 };
 
-/* Tree is sorted by start (key). */
 struct e_node {
        struct rb_node_key start; /* Tree sorted by start. */
        struct rb_node_key count; /* Tree sorted by len. */
@@ -1117,7 +1116,7 @@ scan_bitmap:
        sb = wnd->sb;
        log2_bits = sb->s_blocksize_bits + 3;
 
-       /* At most two ranges [hint, max_alloc) + [0, hint) */
+       /* At most two ranges [hint, max_alloc) + [0, hint). */
 Again:
 
        /* TODO: Optimize request for case nbits > wbits. */
@@ -1241,7 +1240,7 @@ Again:
                        continue;
                }
 
-               /* Read window */
+               /* Read window. */
                bh = wnd_map(wnd, iw);
                if (IS_ERR(bh)) {
                        // TODO: Error.