diff options
| author | Yunjian Long <long.yunjian@zte.com.cn> | 2026-03-25 09:42:04 +0800 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2026-03-31 14:52:06 +0200 |
| commit | 6bd32ce55890121b858519c62ec468e8b872d1cd (patch) | |
| tree | 205b899593c3286be5509efe69a2270261c0434b /block.c | |
| parent | ccc613f96c66eb5401185ff6eeba18143892055d (diff) | |
| download | qemu-6bd32ce55890121b858519c62ec468e8b872d1cd.tar.gz qemu-6bd32ce55890121b858519c62ec468e8b872d1cd.zip | |
block: Fix references in bdrv_bsc_*() function comments
Some functions are defined in block_int-io.h, so the correct
annotation is block_int-io.h rather than block_int.h
Signed-off-by: Yunjian Long <long.yunjian@zte.com.cn>
Message-ID: <20260325094204300GFCZYBzAE00cSWaldbDcT@zte.com.cn>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block.c')
| -rw-r--r-- | block.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8477,7 +8477,7 @@ static bool bdrv_bsc_range_overlaps_locked(BlockDriverState *bs, } /** - * See block_int.h for this function's documentation. + * See block_int-io.h for this function's documentation. */ bool bdrv_bsc_is_data(BlockDriverState *bs, int64_t offset, int64_t *pnum) { @@ -8487,7 +8487,7 @@ bool bdrv_bsc_is_data(BlockDriverState *bs, int64_t offset, int64_t *pnum) } /** - * See block_int.h for this function's documentation. + * See block_int-io.h for this function's documentation. */ void bdrv_bsc_invalidate_range(BlockDriverState *bs, int64_t offset, int64_t bytes) @@ -8501,7 +8501,7 @@ void bdrv_bsc_invalidate_range(BlockDriverState *bs, } /** - * See block_int.h for this function's documentation. + * See block_int-io.h for this function's documentation. */ void bdrv_bsc_fill(BlockDriverState *bs, int64_t offset, int64_t bytes) { |
