linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: zuoqilin1@163.com
To: herbert@gondor.apana.org.au, smueller@chronox.de,
	marcelo.cerri@canonical.com, tianjia.zhang@linux.alibaba.com
Cc: linux-kernel@vger.kernel.org, zuoqilin <zuoqilin@yulong.com>
Subject: [PATCH] include/linux: Fix typo issue
Date: Tue, 16 Mar 2021 11:42:13 +0800	[thread overview]
Message-ID: <20210316034213.780-1-zuoqilin1@163.com> (raw)

From: zuoqilin <zuoqilin@yulong.com>

Change 'bufer' to 'buffer'.

Signed-off-by: zuoqilin <zuoqilin@yulong.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



             reply	other threads:[~2021-03-16  3:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16  3:42 zuoqilin1 [this message]
2021-03-26  7:14 ` [PATCH] include/linux: Fix typo issue Herbert Xu
     [not found] <20210302113433.2165-1-zuoqilin1@163.com>
2021-03-12 13:11 ` Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210316034213.780-1-zuoqilin1@163.com \
    --to=zuoqilin1@163.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.cerri@canonical.com \
    --cc=smueller@chronox.de \
    --cc=tianjia.zhang@linux.alibaba.com \
    --cc=zuoqilin@yulong.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).