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>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240911060401.9230-1-zhangjiao2@cmss.chinamobile.com>
Date: Wed, 11 Sep 2024 14:04:01 +0800
From: zhangjiao2 <zhangjiao2@...s.chinamobile.com>
To: manivannan.sadhasivam@...aro.org
Cc: kw@...ux.com,
	kishon@...nel.org,
	linux-pci@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	zhang jiao <zhangjiao2@...s.chinamobile.com>
Subject: [PATCH] tools: PCI: Remove unused BILLION macro

From: zhang jiao <zhangjiao2@...s.chinamobile.com>

The macro BILLION is never referenced in the code.
Just remove it.

Signed-off-by: zhang jiao <zhangjiao2@...s.chinamobile.com>
---
 tools/pci/pcitest.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c
index 441b54234635..470258009ddc 100644
--- a/tools/pci/pcitest.c
+++ b/tools/pci/pcitest.c
@@ -16,8 +16,6 @@
 
 #include <linux/pcitest.h>
 
-#define BILLION 1E9
-
 static char *result[] = { "NOT OKAY", "OKAY" };
 static char *irq[] = { "LEGACY", "MSI", "MSI-X" };
 
-- 
2.33.0




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ