All of lore.kernel.org
 help / color / mirror / Atom feed
* [arm-platforms:kvm-arm64/mmu/guest-MMIO-guard 21/24] arch/arm64/mm/ioremap.c:50:2-3: Unneeded semicolon
@ 2021-07-02  3:46 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-02  3:46 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: kbuild-all, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/mmu/guest-MMIO-guard
head:   eaa14cfc37fb699852730097dbccc780b633d44e
commit: 04738e5f5a3763254c93a7f3f6f4b6caf0a1a80f [21/24] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
config: arm64-randconfig-c024-20210630 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> arch/arm64/mm/ioremap.c:50:2-3: Unneeded semicolon
   arch/arm64/mm/ioremap.c:73:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 41589 bytes --]

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [arm-platforms:kvm-arm64/mmu/guest-MMIO-guard 21/24] arch/arm64/mm/ioremap.c:50:2-3: Unneeded semicolon
@ 2021-07-02  3:46 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-02  3:46 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/mmu/guest-MMIO-guard
head:   eaa14cfc37fb699852730097dbccc780b633d44e
commit: 04738e5f5a3763254c93a7f3f6f4b6caf0a1a80f [21/24] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
config: arm64-randconfig-c024-20210630 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> arch/arm64/mm/ioremap.c:50:2-3: Unneeded semicolon
   arch/arm64/mm/ioremap.c:73:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 41589 bytes --]

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

* [PATCH] arm64: fix semicolon.cocci warnings
  2021-07-02  3:46 ` kernel test robot
@ 2021-07-02  3:46   ` kernel test robot
  -1 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-02  3:46 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: kbuild-all, linux-arm-kernel

From: kernel test robot <lkp@intel.com>

arch/arm64/mm/ioremap.c:50:2-3: Unneeded semicolon
arch/arm64/mm/ioremap.c:73:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 04738e5f5a37 ("arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/mmu/guest-MMIO-guard
head:   eaa14cfc37fb699852730097dbccc780b633d44e
commit: 04738e5f5a3763254c93a7f3f6f4b6caf0a1a80f [21/24] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
:::::: branch date: 15 hours ago
:::::: commit date: 15 hours ago

 ioremap.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/arch/arm64/mm/ioremap.c
+++ b/arch/arm64/mm/ioremap.c
@@ -47,7 +47,7 @@ void ioremap_page_range_hook(unsigned lo
 
 		size -= PAGE_SIZE;
 		phys_addr += PAGE_SIZE;
-	};
+	}
 }
 
 void iounmap_page_range_hook(phys_addr_t phys_addr, size_t size)
@@ -70,7 +70,7 @@ void iounmap_page_range_hook(phys_addr_t
 
 		size -= PAGE_SIZE;
 		phys_addr += PAGE_SIZE;
-	};
+	}
 }
 
 static void __iomem *__ioremap_caller(phys_addr_t phys_addr, size_t size,

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] arm64: fix semicolon.cocci warnings
@ 2021-07-02  3:46   ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-07-02  3:46 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]

From: kernel test robot <lkp@intel.com>

arch/arm64/mm/ioremap.c:50:2-3: Unneeded semicolon
arch/arm64/mm/ioremap.c:73:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 04738e5f5a37 ("arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/mmu/guest-MMIO-guard
head:   eaa14cfc37fb699852730097dbccc780b633d44e
commit: 04738e5f5a3763254c93a7f3f6f4b6caf0a1a80f [21/24] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
:::::: branch date: 15 hours ago
:::::: commit date: 15 hours ago

 ioremap.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/arch/arm64/mm/ioremap.c
+++ b/arch/arm64/mm/ioremap.c
@@ -47,7 +47,7 @@ void ioremap_page_range_hook(unsigned lo
 
 		size -= PAGE_SIZE;
 		phys_addr += PAGE_SIZE;
-	};
+	}
 }
 
 void iounmap_page_range_hook(phys_addr_t phys_addr, size_t size)
@@ -70,7 +70,7 @@ void iounmap_page_range_hook(phys_addr_t
 
 		size -= PAGE_SIZE;
 		phys_addr += PAGE_SIZE;
-	};
+	}
 }
 
 static void __iomem *__ioremap_caller(phys_addr_t phys_addr, size_t size,

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

end of thread, other threads:[~2021-07-02  3:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02  3:46 [arm-platforms:kvm-arm64/mmu/guest-MMIO-guard 21/24] arch/arm64/mm/ioremap.c:50:2-3: Unneeded semicolon kernel test robot
2021-07-02  3:46 ` kernel test robot
2021-07-02  3:46 ` [PATCH] arm64: fix semicolon.cocci warnings kernel test robot
2021-07-02  3:46   ` kernel test robot

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.