Skip to content

Commit 919adbf

Browse files
committed
ext4: fix kernel doc warnings
Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 163f11b commit 919adbf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

fs/ext4/balloc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ static int ext4_validate_block_bitmap(struct super_block *sb,
411411
* ext4_read_block_bitmap_nowait()
412412
* @sb: super block
413413
* @block_group: given block group
414+
* @ignore_locked: ignore locked buffers
414415
*
415416
* Read the bitmap for a given block_group,and validate the
416417
* bits for block/inode/inode tables are set in the bitmaps

fs/ext4/ioctl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ int ext4_update_superblocks_fn(struct super_block *sb,
269269
return err ? err : 0;
270270
}
271271

272-
/**
272+
/*
273273
* Swap memory between @a and @b for @len bytes.
274274
*
275275
* @a: pointer to first memory area
@@ -290,7 +290,7 @@ static void memswap(void *a, void *b, size_t len)
290290
}
291291
}
292292

293-
/**
293+
/*
294294
* Swap i_data and associated attributes between @inode1 and @inode2.
295295
* This function is used for the primary swap between inode1 and inode2
296296
* and also to revert this primary swap in case of errors.
@@ -344,7 +344,7 @@ void ext4_reset_inode_seed(struct inode *inode)
344344
ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen, sizeof(gen));
345345
}
346346

347-
/**
347+
/*
348348
* Swap the information from the given @inode and the inode
349349
* EXT4_BOOT_LOADER_INO. It will basically swap i_data and all other
350350
* important fields of the inodes.

0 commit comments

Comments
 (0)