lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 13 Jul 2023 16:04:43 +0800
From:   hanyu001@...suo.com
To:     richard.henderson@...aro.org, ink@...assic.park.msu.ru
Cc:     linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] alpha: kernel: space required after that ','

This patch fixes the checkpatch.pl error:

arch/alpha/kernel/core_cia.c:387: ERROR: space required after that ',' 
(ctx:VxV)

Signed-off-by: maqimei <2433033762@...com>
---
  arch/alpha/kernel/core_cia.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/kernel/core_cia.c b/arch/alpha/kernel/core_cia.c
index 12926e9..2779441 100644
--- a/arch/alpha/kernel/core_cia.c
+++ b/arch/alpha/kernel/core_cia.c
@@ -384,7 +384,7 @@ struct pci_ops cia_pci_ops =
      *(vip)CIA_IOC_TB_TAGn(5) = 0;
      *(vip)CIA_IOC_TB_TAGn(6) = 0;
      *(vip)CIA_IOC_TB_TAGn(7) = 0;
-    *(vip)CIA_IOC_TBn_PAGEm(0,0) = pte0;
+    *(vip)CIA_IOC_TBn_PAGEm(0, 0) = pte0;
      *(vip)CIA_IOC_TBn_PAGEm(0,1) = 0;
      *(vip)CIA_IOC_TBn_PAGEm(0,2) = 0;
      *(vip)CIA_IOC_TBn_PAGEm(0,3) = 0;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ