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:	Sun, 25 Oct 2015 13:06:06 -0700
From:	Moritz Fischer <moritz.fischer@...us.com>
To:	dmitry.torokhov@...il.com
Cc:	jaewon02.kim@...sung.com, k.kozlowski@...sung.com, dmurphy@...com,
	geert@...ux-m68k.org, courtney.cavin@...ymobile.com,
	carlo@...one.org, linux-input@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Moritz Fischer <moritz.fischer@...us.com>
Subject: [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name

The produced module will be called e3x0-button, not
e3x0_button.

Signed-off-by: Moritz Fischer <moritz.fischer@...us.com>
---
 drivers/input/misc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 906dd1b..7ac277c7 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -101,7 +101,7 @@ config INPUT_E3X0_BUTTON
 	  USRP E3x0 Button.
 
 	  To compile this driver as a module, choose M here: the
-	  module will be called e3x0_button.
+	  module will be called e3x0-button.
 
 config INPUT_PCSPKR
 	tristate "PC Speaker support"
-- 
2.6.2

--
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