Skip to content

Commit e3d7581

Browse files
liyouhongaxboe
authored andcommitted
drivers/block/xen-blkback/common.h: Fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <[email protected]> Signed-off-by: liyouhong <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 393cd8f commit e3d7581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block/xen-blkback/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct blkif_x86_32_request {
132132
struct blkif_x86_64_request_rw {
133133
uint8_t nr_segments; /* number of segments */
134134
blkif_vdev_t handle; /* only for read/write requests */
135-
uint32_t _pad1; /* offsetof(blkif_reqest..,u.rw.id)==8 */
135+
uint32_t _pad1; /* offsetof(blkif_request..,u.rw.id)==8 */
136136
uint64_t id;
137137
blkif_sector_t sector_number;/* start sector idx on disk (r/w only) */
138138
struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];

0 commit comments

Comments
 (0)