[PATCH] block: fix annotation

long.yunjian@zte.com.cn posted 1 patch 2 days, 11 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260320091745976o3u3XYI9SyVZ0siV2roHH@zte.com.cn
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] block: fix annotation
Posted by long.yunjian@zte.com.cn 2 days, 11 hours ago
From: Yunjian Long <long.yunjian@zte.com.cn>

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 <long.yunjian@zte.com.cn>
---
 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