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:   Tue, 16 Mar 2021 11:42:13 +0800
From:   zuoqilin1@....com
To:     herbert@...dor.apana.org.au, smueller@...onox.de,
        marcelo.cerri@...onical.com, tianjia.zhang@...ux.alibaba.com
Cc:     linux-kernel@...r.kernel.org, zuoqilin <zuoqilin@...ong.com>
Subject: [PATCH] include/linux: Fix typo issue

From: zuoqilin <zuoqilin@...ong.com>

Change 'bufer' to 'buffer'.

Signed-off-by: zuoqilin <zuoqilin@...ong.com>
---
 include/linux/mpi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mpi.h b/include/linux/mpi.h
index 3e5358f..6e6b15a 100644
--- a/include/linux/mpi.h
+++ b/include/linux/mpi.h
@@ -267,7 +267,7 @@ void mpi_ec_mul_point(MPI_POINT result,
 /**
  * mpi_get_size() - returns max size required to store the number
  *
- * @a:	A multi precision integer for which we want to allocate a bufer
+ * @a:	A multi precision integer for which we want to allocate a buffer
  *
  * Return: size required to store the number
  */
-- 
1.9.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ