Commit 919adbfe authored by Theodore Ts'o's avatar Theodore Ts'o

ext4: fix kernel doc warnings

Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 163f11b8
...@@ -411,6 +411,7 @@ static int ext4_validate_block_bitmap(struct super_block *sb, ...@@ -411,6 +411,7 @@ static int ext4_validate_block_bitmap(struct super_block *sb,
* ext4_read_block_bitmap_nowait() * ext4_read_block_bitmap_nowait()
* @sb: super block * @sb: super block
* @block_group: given block group * @block_group: given block group
* @ignore_locked: ignore locked buffers
* *
* Read the bitmap for a given block_group,and validate the * Read the bitmap for a given block_group,and validate the
* bits for block/inode/inode tables are set in the bitmaps * bits for block/inode/inode tables are set in the bitmaps
......
...@@ -269,7 +269,7 @@ int ext4_update_superblocks_fn(struct super_block *sb, ...@@ -269,7 +269,7 @@ int ext4_update_superblocks_fn(struct super_block *sb,
return err ? err : 0; return err ? err : 0;
} }
/** /*
* Swap memory between @a and @b for @len bytes. * Swap memory between @a and @b for @len bytes.
* *
* @a: pointer to first memory area * @a: pointer to first memory area
...@@ -290,7 +290,7 @@ static void memswap(void *a, void *b, size_t len) ...@@ -290,7 +290,7 @@ static void memswap(void *a, void *b, size_t len)
} }
} }
/** /*
* Swap i_data and associated attributes between @inode1 and @inode2. * Swap i_data and associated attributes between @inode1 and @inode2.
* This function is used for the primary swap between inode1 and inode2 * This function is used for the primary swap between inode1 and inode2
* and also to revert this primary swap in case of errors. * and also to revert this primary swap in case of errors.
...@@ -344,7 +344,7 @@ void ext4_reset_inode_seed(struct inode *inode) ...@@ -344,7 +344,7 @@ void ext4_reset_inode_seed(struct inode *inode)
ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen, sizeof(gen)); ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen, sizeof(gen));
} }
/** /*
* Swap the information from the given @inode and the inode * Swap the information from the given @inode and the inode
* EXT4_BOOT_LOADER_INO. It will basically swap i_data and all other * EXT4_BOOT_LOADER_INO. It will basically swap i_data and all other
* important fields of the inodes. * important fields of the inodes.
......
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