All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Drivers: Xen: xlate_mmu.c: Fixed comment layout
@ 2018-07-23 21:34 Mark Railton
  2018-07-23 21:38 ` Randy Dunlap
  2018-07-23 21:38 ` Randy Dunlap
  0 siblings, 2 replies; 14+ messages in thread
From: Mark Railton @ 2018-07-23 21:34 UTC (permalink / raw)
  To: boris.ostrovsky, jgross; +Cc: xen-devel, linux-kernel, Mark Railton

Fixed issue with multi line comment

Signed-off-by: Mark Railton <mark@markrailton.com>
---
 drivers/xen/xlate_mmu.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/xen/xlate_mmu.c b/drivers/xen/xlate_mmu.c
index 23f1387b3ef7..3b03bc1641ed 100644
--- a/drivers/xen/xlate_mmu.c
+++ b/drivers/xen/xlate_mmu.c
@@ -151,8 +151,9 @@ int xen_xlate_remap_gfn_array(struct vm_area_struct *vma,
 	struct remap_data data;
 	unsigned long range = DIV_ROUND_UP(nr, XEN_PFN_PER_PAGE) << PAGE_SHIFT;
 
-	/* Kept here for the purpose of making sure code doesn't break
-	   x86 PVOPS */
+	/* Kept here for the purpose of making sure code doesn't
+	 * break x86 PVOPS
+	 */
 	BUG_ON(!((vma->vm_flags & (VM_PFNMAP | VM_IO)) == (VM_PFNMAP | VM_IO)));
 
 	data.fgfn = gfn;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [PATCH] Drivers: Xen: xlate_mmu.c: Fixed comment layout
@ 2018-07-23 21:34 Mark Railton
  0 siblings, 0 replies; 14+ messages in thread
From: Mark Railton @ 2018-07-23 21:34 UTC (permalink / raw)
  To: boris.ostrovsky, jgross; +Cc: Mark Railton, xen-devel, linux-kernel

Fixed issue with multi line comment

Signed-off-by: Mark Railton <mark@markrailton.com>
---
 drivers/xen/xlate_mmu.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/xen/xlate_mmu.c b/drivers/xen/xlate_mmu.c
index 23f1387b3ef7..3b03bc1641ed 100644
--- a/drivers/xen/xlate_mmu.c
+++ b/drivers/xen/xlate_mmu.c
@@ -151,8 +151,9 @@ int xen_xlate_remap_gfn_array(struct vm_area_struct *vma,
 	struct remap_data data;
 	unsigned long range = DIV_ROUND_UP(nr, XEN_PFN_PER_PAGE) << PAGE_SHIFT;
 
-	/* Kept here for the purpose of making sure code doesn't break
-	   x86 PVOPS */
+	/* Kept here for the purpose of making sure code doesn't
+	 * break x86 PVOPS
+	 */
 	BUG_ON(!((vma->vm_flags & (VM_PFNMAP | VM_IO)) == (VM_PFNMAP | VM_IO)));
 
 	data.fgfn = gfn;
-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-07-23 21:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-23 21:34 [PATCH] Drivers: Xen: xlate_mmu.c: Fixed comment layout Mark Railton
2018-07-23 21:38 ` Randy Dunlap
2018-07-23 21:38 ` Randy Dunlap
2018-07-23 21:40   ` Mark Railton
2018-07-23 21:44     ` Randy Dunlap
2018-07-23 21:48       ` Mark Railton
2018-07-23 21:48       ` Mark Railton
2018-07-23 21:55         ` Randy Dunlap
2018-07-23 21:58           ` Mark Railton
2018-07-23 21:58           ` Mark Railton
2018-07-23 21:55         ` Randy Dunlap
2018-07-23 21:44     ` Randy Dunlap
2018-07-23 21:40   ` Mark Railton
  -- strict thread matches above, loose matches on Subject: below --
2018-07-23 21:34 Mark Railton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.