Skip to content

Commit

Permalink
ext4: fix kernel doc warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
tytso committed Mar 15, 2022
1 parent 163f11b commit 919adbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions fs/ext4/balloc.c
Expand Up @@ -411,6 +411,7 @@ static int ext4_validate_block_bitmap(struct super_block *sb,
* ext4_read_block_bitmap_nowait()
* @sb: super block
* @block_group: given block group
* @ignore_locked: ignore locked buffers
*
* Read the bitmap for a given block_group,and validate the
* bits for block/inode/inode tables are set in the bitmaps
Expand Down
6 changes: 3 additions & 3 deletions fs/ext4/ioctl.c
Expand Up @@ -269,7 +269,7 @@ int ext4_update_superblocks_fn(struct super_block *sb,
return err ? err : 0;
}

/**
/*
* Swap memory between @a and @b for @len bytes.
*
* @a: pointer to first memory area
Expand All @@ -290,7 +290,7 @@ static void memswap(void *a, void *b, size_t len)
}
}

/**
/*
* Swap i_data and associated attributes 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.
Expand Down Expand Up @@ -344,7 +344,7 @@ void ext4_reset_inode_seed(struct inode *inode)
ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen, sizeof(gen));
}

/**
/*
* Swap the information from the given @inode and the inode
* EXT4_BOOT_LOADER_INO. It will basically swap i_data and all other
* important fields of the inodes.
Expand Down

0 comments on commit 919adbf

Please sign in to comment.