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]
Date:	Fri, 17 Oct 2008 21:20:44 +0800
From:	Jianjun Kong <jianjun@...ux.org>
To:	akpm@...ux-foundation.org
Cc:	Linux-Kernel-Mailing-List <linux-kernel@...r.kernel.org>
Subject: [PATCH] include/linux/mca-legacy.h: Fix the warning

Fix the warning of annotation.

  CC    drivers/mca/mca-legacy.o
  In file included from drivers/mca/mca-legacy.c:31:
  include/linux/mca-legacy.h:12:2: warning: #warning "MCA legacy -
  please move your driver to the new sysfs api"
  In file included from drivers/mca/mca-legacy.c:31:
  include/linux/mca-legacy.h:12:2: warning: #warning "MCA legacy -
  please move your driver to the new sysfs api"

Signed-off-by: Jianjun Kong <jianjun@...ux.org>
---
 include/linux/mca-legacy.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mca-legacy.h b/include/linux/mca-legacy.h
index 7a3aea8..e349f2b 100644
--- a/include/linux/mca-legacy.h
+++ b/include/linux/mca-legacy.h
@@ -9,7 +9,7 @@
 
 #include <linux/mca.h>
 
-#warning "MCA legacy - please move your driver to the new sysfs api"
+/* warning "MCA legacy - please move your driver to the new sysfs api" */
 
 /* MCA_NOTFOUND is an error condition.  The other two indicate
  * motherboard POS registers contain the adapter.  They might be
-- 
1.5.2.5



-- 
Jianjun Kong | Happy Hacking
HomePage: http://kongove.cn
Gtalk: kongjianjun@...il.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ