projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393cd8f
)
drivers/block/xen-blkback/common.h: Fix spelling typo in comment
author
liyouhong
<liyouhong@kylinos.cn>
Tue, 26 Dec 2023 09:57:01 +0000
(17:57 +0800)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 4 Jan 2024 23:10:29 +0000
(16:10 -0700)
Fix spelling typo in comment.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: liyouhong <liyouhong@kylinos.cn>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link:
https://lore.kernel.org/r/20231226095701.172080-1-liyouhong@kylinos.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/xen-blkback/common.h
patch
|
blob
|
history
diff --git
a/drivers/block/xen-blkback/common.h
b/drivers/block/xen-blkback/common.h
index 5ff50e76cee5738ef02b5ac5881c1f13e7f284e0..1432c83183d098eab8865a8f9186dcd194170493 100644
(file)
--- a/
drivers/block/xen-blkback/common.h
+++ b/
drivers/block/xen-blkback/common.h
@@
-132,7
+132,7
@@
struct blkif_x86_32_request {
struct blkif_x86_64_request_rw {
uint8_t nr_segments; /* number of segments */
blkif_vdev_t handle; /* only for read/write requests */
- uint32_t _pad1; /* offsetof(blkif_req
est..,u.rw.id)==8
*/
+ uint32_t _pad1; /* offsetof(blkif_req
uest..,u.rw.id)==8
*/
uint64_t id;
blkif_sector_t sector_number;/* start sector idx on disk (r/w only) */
struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];