git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c64b58
)
xen/blkback: Fix interface.c checkpatch warnings .. except
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Thu, 14 Apr 2011 21:27:29 +0000
(17:27 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Thu, 14 Apr 2011 22:26:32 +0000
(18:26 -0400)
+ sring_x86_64 = (struct blkif_x86_64_sring *)blkif->blk_ring_area->addr;
WARNING: line over 80 characters
+ BACK_RING_INIT(&blkif->blk_rings.x86_64, sring_x86_64, PAGE_SIZE);
as breaking them up really does not help that much.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found