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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 20 Oct 2015 20:09:27 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Daniel Baluta <daniel.baluta@...el.com>
Cc:	kbuild-all@...org, jic23@...nel.org, jlbec@...lplan.org,
	linux-iio@...r.kernel.org, linux-fsdevel@...r.kernel.org,
	lars@...afoo.de, knaack.h@....de, linux-kernel@...r.kernel.org,
	octavian.purdila@...el.com, pebolle@...cali.nl,
	patrick.porlan@...el.com, adriana.reus@...el.com,
	constantin.musca@...el.com, marten@...uitiveaerial.com,
	daniel.baluta@...el.com, cristina.opriceana@...il.com,
	pmeerw@...erw.net, hch@....de, viro@...iv.linux.org.uk,
	akpm@...ux-foundation.org
Subject: [RFC PATCH] iio: core: iio_triggers_group_type can be static


Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
 industrialio-configfs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/industrialio-configfs.c b/drivers/iio/industrialio-configfs.c
index 9a9f8bc..cbce23b 100644
--- a/drivers/iio/industrialio-configfs.c
+++ b/drivers/iio/industrialio-configfs.c
@@ -51,7 +51,7 @@ struct config_item_type iio_trigger_type_group_type = {
 };
 EXPORT_SYMBOL(iio_trigger_type_group_type);
 
-struct config_item_type iio_triggers_group_type = {
+static struct config_item_type iio_triggers_group_type = {
 	.ct_owner = THIS_MODULE,
 };
 
--
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