File tree Expand file tree Collapse file tree
drivers/block/xen-blkback Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -891,7 +891,7 @@ static int xen_blkbk_map(struct xen_blkif_ring *ring,
891891out :
892892 for (i = last_map ; i < num ; i ++ ) {
893893 /* Don't zap current batch's valid persistent grants. */
894- if (i >= map_until )
894+ if (i >= map_until )
895895 pages [i ]-> persistent_gnt = NULL ;
896896 pages [i ]-> handle = BLKBACK_INVALID_HANDLE ;
897897 }
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ struct xen_blkif_ring {
296296 struct work_struct free_work ;
297297 /* Thread shutdown wait queue. */
298298 wait_queue_head_t shutdown_wq ;
299- struct xen_blkif * blkif ;
299+ struct xen_blkif * blkif ;
300300};
301301
302302struct xen_blkif {
@@ -315,7 +315,7 @@ struct xen_blkif {
315315 atomic_t drain ;
316316
317317 struct work_struct free_work ;
318- unsigned int nr_ring_pages ;
318+ unsigned int nr_ring_pages ;
319319 bool multi_ref ;
320320 /* All rings for this device. */
321321 struct xen_blkif_ring * rings ;
@@ -329,7 +329,7 @@ struct seg_buf {
329329};
330330
331331struct grant_page {
332- struct page * page ;
332+ struct page * page ;
333333 struct persistent_gnt * persistent_gnt ;
334334 grant_handle_t handle ;
335335 grant_ref_t gref ;
You can’t perform that action at this time.
0 commit comments