From: Yunjian Long <[email protected]>

The bdrv_bsc_is_data function is 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 <[email protected]>
---
 block.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block.c b/block.c
index 48a17f393c..3166114890 100644
--- a/block.c
+++ b/block.c
@@ -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)
 {
-- 
2.27.0

Reply via email to