Skip to content

Commit 6935321

Browse files
committed
xen/blkback: fix white space code style issues
Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com> Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent c66bb48 commit 6935321

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/block/xen-blkback/blkback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ static int xen_blkbk_map(struct xen_blkif_ring *ring,
891891
out:
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
}

drivers/block/xen-blkback/common.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

302302
struct 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

331331
struct 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;

0 commit comments

Comments
 (0)