[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190518122312.19988-1-houweitaoo@gmail.com>
Date: Sat, 18 May 2019 20:23:12 +0800
From: Weitao Hou <houweitaoo@...il.com>
To: lenb@...nel.org
Cc: sfi-devel@...plefirmware.org, linux-kernel@...r.kernel.org,
Weitao Hou <houweitaoo@...il.com>
Subject: [PATCH] sfi: fix typos in code comments
fix lengh to length
Signed-off-by: Weitao Hou <houweitaoo@...il.com>
---
drivers/sfi/sfi_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/sfi/sfi_core.c b/drivers/sfi/sfi_core.c
index a5136901dd8a..b184c541cfd0 100644
--- a/drivers/sfi/sfi_core.c
+++ b/drivers/sfi/sfi_core.c
@@ -129,7 +129,7 @@ static void sfi_print_table_header(unsigned long long pa,
/*
* sfi_verify_table()
- * Sanity check table lengh, calculate checksum
+ * Sanity check table length, calculate checksum
*/
static int sfi_verify_table(struct sfi_table_header *table)
{
--
2.18.0
Powered by blists - more mailing lists