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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Sat, 10 Jun 2023 16:29:48 +0200
From:   Christophe JAILLET <christophe.jaillet@...adoo.fr>
To:     "David S. Miller" <davem@...emloft.net>
Cc:     linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
        Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        sparclinux@...r.kernel.org
Subject: [PATCH] envctrl.h: Fix a typo in an example

s/envtrl/envctrl/ 	(c missing)

This way, it matches the device name given a few lines above and the name
of the .h file

Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
---
 arch/sparc/include/uapi/asm/envctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sparc/include/uapi/asm/envctrl.h b/arch/sparc/include/uapi/asm/envctrl.h
index cf8aa0a14f40..ee5a712fcd0d 100644
--- a/arch/sparc/include/uapi/asm/envctrl.h
+++ b/arch/sparc/include/uapi/asm/envctrl.h
@@ -20,7 +20,7 @@
  * The device name is /dev/envctrl.
  * Below is sample usage:
  *
- *	fd = open("/dev/envtrl", O_RDONLY);
+ *	fd = open("/dev/envctrl", O_RDONLY);
  *	if (ioctl(fd, ENVCTRL_READ_SHUTDOWN_TEMPERATURE, 0) < 0)
  *		printf("error\n");
  *	ret = read(fd, buf, 10);
-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ